configure: create config.mk before calling Lua's makefile

https://builds.sr.ht/~jeremy/job/1249641
This commit is contained in:
Jeremy Baxter 2024-06-13 11:17:57 +12:00
parent 1a0a492215
commit 045cb437ba

1
configure vendored
View file

@ -132,6 +132,7 @@ gen_LDFLAGS () {
## Lua objects
gen_LUAOBJS () {
touch config.mk
for obj in $(make -Cexternal/lua -s echo | grep -E '^BASE_O= ' | cut -d " " -f2-); do
luaobjs="$luaobjs external/lua/$obj"
done