mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-07-24 01:40:09 +02:00
fix
This commit is contained in:
10
Makefile
10
Makefile
@ -1,13 +1,5 @@
|
||||
include ../../var.mk
|
||||
ifeq ($(UNAME_S),Linux)
|
||||
FL_LUA=linux
|
||||
LUA_LIB=lua-api.dylib libantd.dylib -lm -lcrypt
|
||||
endif
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
FL_LUA=macosx
|
||||
LUA_LIB= lua-api.dylib libantd.dylib -lm
|
||||
endif
|
||||
LUA_H= -I../../3rd/lua-5.3.4/
|
||||
include var.mk
|
||||
|
||||
PL_NAME=lua-api
|
||||
PLUGINS=$(PL_NAME).$(EXT)
|
||||
|
Reference in New Issue
Block a user