aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorGravatar BanceDev 2024-09-09 16:17:08 -0400
committerGravatar BanceDev 2024-09-09 16:17:08 -0400
commit521316d09b39a410d7e797efa176371e31a3a57e (patch)
treebb0c6bb5a9df1280fceb483983e2328ee87c0da0 /premake5.lua
parentbugfix to inline backspace and delete on multiline buffer (diff)
add aliasing to init.lua
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 34d98dd..1804d09 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -18,12 +18,14 @@ else
links({ "lua" })
end
-includedirs({ lua_inc_path })
+includedirs({ lua_inc_path, "lib/hashmap" })
libdirs({ lua_lib_path })
files({
"src/**.h",
"src/**.c",
+ "lib/hashmap/**.h",
+ "lib/hashmap/**.c",
})
defines({ 'LUSH_VERSION="0.0.1"' })
get' error: updated Dockerfile to remove the submodule command at: ln:29: and: Jenkinsfile will use the git submodule sync command. This will ensure the agent's repository is correctly configured before fetching the submodule code: at: ln:9-17 2025-07-23Attempt to patch CI pipeline: Dockerfile will now be selfcontained, and ↵Gravatar Andrew D. France 2-32/+43 thus, will init .gitmodules: ln:10 removed from original Jenkinsfile 2025-07-23CRITICAL ISSUE: Deleting lib/ files has introduced the issue of actually ↵Gravatar Andrew D. France 1-38/+25 automating the module initialization via jenkins: DEBUG VERSION: Jenkinsfile 2025-07-23CRITICAL FOR TESTING: This copies the entire Jenkins workspace (including ↵Gravatar Andrew D. France 2-9/+7 the populated lib/ directory from the submodules) into the running container, ensuring all the required source files are available for the build process.