summaryrefslogtreecommitdiff
path: root/core/pkg/base.pkg
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-14 18:28:16 +0800
committerruki <[email protected]>2017-08-14 18:28:16 +0800
commit18632f71ed464f3582542538aba798c431d7b20c (patch)
tree0481d35d53be1f2fe9fc535797e5a766c5151b2e /core/pkg/base.pkg
parentb9a0e818560c31e7638263df96f26d8a191f2e30 (diff)
remove base.pkg
Diffstat (limited to 'core/pkg/base.pkg')
-rw-r--r--core/pkg/base.pkg/xmake.lua11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/pkg/base.pkg/xmake.lua b/core/pkg/base.pkg/xmake.lua
deleted file mode 100644
index 92d1ced6d..000000000
--- a/core/pkg/base.pkg/xmake.lua
+++ /dev/null
@@ -1,11 +0,0 @@
--- the base package
-option("base")
-
- -- set category
- set_category("package")
-
- -- add links
- if is_os("windows") then add_links("ws2_32", "Advapi32")
- elseif is_os("android") then add_links("m", "c")
- else add_links("pthread", "dl", "m", "c") end
-