summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-04 00:36:49 +0800
committerruki <[email protected]>2019-09-03 21:40:54 +0800
commit99a276b2f670ebd56ccbc1cadc0732dc464db383 (patch)
treef0a95c2aba517a27ad5ce184cfe09311a544f0bb
parentd6b8d3ac7c4174ac8285e8ff5a4798f211f82d44 (diff)
fix test errors
-rw-r--r--tests/projects/hybrid/static_library/xmake.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/projects/hybrid/static_library/xmake.lua b/tests/projects/hybrid/static_library/xmake.lua
index 52e23e98b..75d01d3b1 100644
--- a/tests/projects/hybrid/static_library/xmake.lua
+++ b/tests/projects/hybrid/static_library/xmake.lua
@@ -13,5 +13,7 @@ target("demo")
target("demo2")
set_kind("binary")
add_files("src/main2.cpp", "src/*.d")
-
+ if not is_plat("macosx") then
+ set_enabled(false)
+ end