mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-26 01:18:22 +01:00
Update Makefile.am
This commit is contained in:
parent
8dc0c7e133
commit
c5e2de08ca
@ -24,6 +24,6 @@ SUBDIRS = . lib
|
||||
EXTRA_DIST = README.md APIs
|
||||
|
||||
install-data-local:
|
||||
-mkdir -p $(prefix)/lib/lua
|
||||
-cp -v APIs/* $(prefix)/lib/lua
|
||||
-cp -v lib/core/lua-5.3.4/core.so $(prefix)/lib/lua
|
||||
-mkdir -p $(DESTDIR)/$(prefix)/lib/lua
|
||||
-cp -v APIs/* $(DESTDIR)/$(prefix)/lib/lua
|
||||
-cp -v lib/core/lua-5.3.4/core.so $(DESTDIR)/$(prefix)/lib/lua
|
||||
|
Loading…
Reference in New Issue
Block a user