From 99a276b2f670ebd56ccbc1cadc0732dc464db383 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 4 Sep 2019 00:36:49 +0800 Subject: fix test errors --- tests/projects/hybrid/static_library/xmake.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.3.1