1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-07-23 01:09:59 +02:00

use libtool

This commit is contained in:
lxsang
2019-11-14 18:46:49 +01:00
parent 53e2a2c2ef
commit 92ff433198
27 changed files with 2501 additions and 841 deletions

View File

@ -2,7 +2,7 @@
__ROOT__ = __api__.root
-- set require path
package.path = __ROOT__ .. '/?.lua;'..__api__.apiroot..'/?.lua'
package.cpath = __api__.apiroot..'/?.llib'
package.cpath = __api__.apiroot..'/?.so'
require("std")
require("utils")
require("extra_mime")