Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lua: add build option for Lua support #1752

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Conversation

bsdcode
Copy link
Contributor

@bsdcode bsdcode commented Nov 20, 2024

The added build option USE_LUA (enabled by default) allows to enable/disable Lua support in the build. This provides more control over the used dependencies, and is important especially for OpenBSD and FreeBSD i386 builds, where the build fails with enabled Lua support, see also [1].

[1] vinniefalco/LuaBridge#302

The added build option USE_LUA (enabled by default) allows to enable/disable Lua
support in the build. This provides more control over the used dependencies, and
is important especially for OpenBSD and FreeBSD i386 builds, where the build
fails with enabled Lua support, see also [1].

[1] vinniefalco/LuaBridge#302
@flyinghead flyinghead merged commit c4d7716 into flyinghead:master Nov 20, 2024
15 checks passed
@bsdcode bsdcode deleted the lua branch November 20, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants