[Scummvm-git-logs] scummvm master -> e193f71ac0a7a53a3077e850ed05c48f0f62c5ec
sev-
noreply at scummvm.org
Sun Dec 25 14:56:04 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e193f71ac0 COMMON: Fix --disable-lua not working.
Commit: e193f71ac0a7a53a3077e850ed05c48f0f62c5ec
https://github.com/scummvm/scummvm/commit/e193f71ac0a7a53a3077e850ed05c48f0f62c5ec
Author: elasota (ejlasota at gmail.com)
Date: 2022-12-25T15:55:58+01:00
Commit Message:
COMMON: Fix --disable-lua not working.
Changed paths:
common/lua/module.mk
diff --git a/common/lua/module.mk b/common/lua/module.mk
index 2b2c782e3af..7c117805332 100644
--- a/common/lua/module.mk
+++ b/common/lua/module.mk
@@ -1,5 +1,6 @@
MODULE := common/lua
+ifdef USE_LUA
MODULE_OBJS := \
double_serialization.o \
lapi.o \
@@ -33,6 +34,7 @@ MODULE_OBJS := \
lvm.o \
lzio.o \
scummvm_file.o
+endif
# Include common rules
include $(srcdir)/rules.mk
More information about the Scummvm-git-logs
mailing list