diff options
| author | 2025-07-22 23:17:16 -0500 | |
|---|---|---|
| committer | 2025-07-22 23:17:16 -0500 | |
| commit | 92c575cedf8a40046113516f490a1d5e0a77337e (patch) | |
| tree | 2b79408246ff270a63c4f73c437386c3a63e3573 /premake5.lua | |
| parent | Added liblua5.4-dev package for build (diff) | |
Fixed the header path for compat: preload compat modules for lua within lua-init block
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index 127e86e..20dfa8a 100644 --- a/premake5.lua +++ b/premake5.lua @@ -31,7 +31,12 @@ files({ "lib/hashmap/**.h", "lib/hashmap/**.c", "lib/compat53/c-api/compat-5.3.h", - "lib/compat53/c-api/compat-5.3.c" + "lib/compat53/c-api/compat-5.3.c", + "lib/compat53/lbitlib.c", + "lib/compat53/liolib.c", + "lib/compat53/lstrlib.c", + "lib/compat53/ltablib.c", + "lib/compat53/lutf8lib.c" }) defines({ 'LUSH_VERSION="0.3.2"', 'COMPAT53_PREFIX=""' }) |
