1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 17:38:21 +01:00

Update Makefile.am

This commit is contained in:
Xuan Sang LE 2020-12-25 18:34:38 +01:00 committed by GitHub
parent f4976eeea8
commit 24a681a962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 $(prefix)/lib/lua
-cp -v APIs/* $(prefix)/lib/lua
-cp -v lib/core/lua-5.3.4/core.so $(prefix)/lib/lua