Make Lua readline dependency optional in Ubuntu#24
Open
cmcxn wants to merge 14 commits into
Open
Conversation
-Add Eluna submodule -Add LUA dependencies -Update CI build to include Eluna Thanks to the co-authors who came before and helped get this started. Co-Authored-By: Vale the Violet Mote <9837348+valethevioletmote@users.noreply.github.com> Co-Authored-By: coolzoom <10232727+coolzoom@users.noreply.github.com> Co-Authored-By: sifang <bing2008@126.com>
-This update allows the use of the new Eluna multistate functionality. Some scripts may break with this please refer to the Eluna API for changes.
May fix some crashes Co-Authored-By: Foe <Foereaper@users.noreply.github.com>
Update Eluna Submodule
- Update Submodule - Minor fixes/optimizations
…-issue Make Lua readline dependency optional
5476223 to
5e5a1f5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
add optional Readline detection for Lua build
skip linking Readline when it is not available to avoid build failures