summaryrefslogtreecommitdiff
path: root/core/pkg/tbox.pkg/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-03-29 11:53:57 +0800
committerruki <[email protected]>2017-03-29 11:53:57 +0800
commitafe81d026fd0309ccfb4fdaceda9ca2e3c5dcecb (patch)
tree4797dea886eff88e4000d480e946e6311f831eda /core/pkg/tbox.pkg/xmake.lua
parentae2895234a673e0780f8ad5f780153a96183d565 (diff)
fix tbox for linux x86_64
Diffstat (limited to 'core/pkg/tbox.pkg/xmake.lua')
-rw-r--r--core/pkg/tbox.pkg/xmake.lua60
1 files changed, 30 insertions, 30 deletions
diff --git a/core/pkg/tbox.pkg/xmake.lua b/core/pkg/tbox.pkg/xmake.lua
index c6bc5ee18..b946b73b2 100644
--- a/core/pkg/tbox.pkg/xmake.lua
+++ b/core/pkg/tbox.pkg/xmake.lua
@@ -1,30 +1,30 @@
-
--- the tbox package
-option("tbox")
-
- -- show menu
- set_showmenu(true)
-
- -- set category
- set_category("package")
-
- -- set description
- set_description("The tbox package")
-
- -- set language: c99, c++11
- set_languages("c99", "cxx11")
-
- -- add defines to config.h if checking ok
- add_defines_h_if_ok("$(prefix)_PACKAGE_HAVE_TBOX")
-
- -- add links for checking
- add_links("tbox")
-
- -- add link directories
- add_linkdirs("lib/$(mode)/$(plat)/$(arch)")
-
- -- add c includes for checking
- add_cincludes("tbox/tbox.h")
-
- -- add include directories
- add_includedirs("inc/$(plat)", "inc")
+
+-- the tbox package
+option("tbox")
+
+ -- show menu
+ set_showmenu(true)
+
+ -- set category
+ set_category("package")
+
+ -- set description
+ set_description("The tbox package")
+
+ -- set language: c99, c++11
+ set_languages("c99", "cxx11")
+
+ -- add defines to config.h if checking ok
+ add_defines_h_if_ok("$(prefix)_PACKAGE_HAVE_TBOX")
+
+ -- add links for checking
+ add_links("tbox")
+
+ -- add link directories
+ add_linkdirs("lib/$(mode)/$(plat)/$(arch)")
+
+ -- add c includes for checking
+ add_cincludes("tbox/tbox.h")
+
+ -- add include directories
+ add_includedirs("inc/$(plat)", "inc")