diff options
| author | ruki <[email protected]> | 2019-09-04 00:36:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-03 21:40:54 +0800 |
| commit | 99a276b2f670ebd56ccbc1cadc0732dc464db383 (patch) | |
| tree | f0a95c2aba517a27ad5ce184cfe09311a544f0bb /tests | |
| parent | d6b8d3ac7c4174ac8285e8ff5a4798f211f82d44 (diff) | |
fix test errors
Diffstat (limited to 'tests')
| -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 |
