mirror of
https://github.com/antos-rde/antos.git
synced 2025-04-30 04:36:47 +02:00
fix(make): correct DESTDIR and prefix in Makefile
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antos/pipeline/head There was a failure building this commit
This commit is contained in:
parent
73060bef3c
commit
10aa6ab208
2
Makefile
2
Makefile
@ -52,7 +52,7 @@ luasocket:
|
|||||||
@echo "Building $@"
|
@echo "Building $@"
|
||||||
LUAV=5.4 \
|
LUAV=5.4 \
|
||||||
LUAINC_linux=$(ROOT_DIR)/antd/silk/modules/lua/lua54/ \
|
LUAINC_linux=$(ROOT_DIR)/antd/silk/modules/lua/lua54/ \
|
||||||
LUAPREFIX_linux=$(DESTDIR) \
|
LUAPREFIX_linux=$(BUILD_PREFIX) \
|
||||||
PLAT=linux \
|
PLAT=linux \
|
||||||
make -C $(ROOT_DIR)/antd/luasocket linux
|
make -C $(ROOT_DIR)/antd/luasocket linux
|
||||||
LUAV=5.4 \
|
LUAV=5.4 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user