configure: create config.mk before calling Lua's makefile
https://builds.sr.ht/~jeremy/job/1249641
This commit is contained in:
parent
1a0a492215
commit
045cb437ba
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue