diff options
| -rw-r--r-- | tests/projects/hybrid/static_library/xmake.lua | 4 |
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 |
