diff options
| author | ruki <[email protected]> | 2016-11-30 09:53:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-11-30 09:53:19 +0800 |
| commit | f715df4627649f3bd03bf2e762d9ad7e13a98dff (patch) | |
| tree | 843f20f76b2aa02e3676105f6e01141d952786e9 /core/pkg/tbox.pkg/xmake.lua | |
| parent | ac4aeb1c415cd13ffea9560bec83a50f41f038b5 (diff) | |
update tbox for linux x64
Diffstat (limited to 'core/pkg/tbox.pkg/xmake.lua')
| -rw-r--r-- | core/pkg/tbox.pkg/xmake.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/pkg/tbox.pkg/xmake.lua b/core/pkg/tbox.pkg/xmake.lua index b71bbe659..b946b73b2 100644 --- a/core/pkg/tbox.pkg/xmake.lua +++ b/core/pkg/tbox.pkg/xmake.lua @@ -1,4 +1,5 @@ --- add tbox package + +-- the tbox package option("tbox") -- show menu @@ -20,11 +21,10 @@ option("tbox") add_links("tbox") -- add link directories - add_linkdirs("lib/$(plat)/$(arch)") + add_linkdirs("lib/$(mode)/$(plat)/$(arch)") -- add c includes for checking add_cincludes("tbox/tbox.h") -- add include directories - add_includedirs("inc/$(plat)/$(arch)", "inc") - + add_includedirs("inc/$(plat)", "inc") |
