summaryrefslogtreecommitdiff
path: root/tests/projects/c++
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-22 20:51:31 +0800
committerruki <[email protected]>2025-11-22 22:54:07 +0800
commit450a73ee5c2923a6420e10101e4cb10f4de75786 (patch)
treecbb08d3c7fda4f36fe6245021bdc585515b33129 /tests/projects/c++
parent76a0bd604dd7dd39e6f9e49969bb1a14bc1ac3b2 (diff)
add netbsd
Diffstat (limited to 'tests/projects/c++')
-rw-r--r--tests/projects/c++/snippet_runtimes/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/c++/snippet_runtimes/test.lua b/tests/projects/c++/snippet_runtimes/test.lua
index 753cab958..9f7e59b3b 100644
--- a/tests/projects/c++/snippet_runtimes/test.lua
+++ b/tests/projects/c++/snippet_runtimes/test.lua
@@ -12,7 +12,7 @@ end
function main(t)
local clang = find_tool("clang")
- if clang and not is_subhost("windows") then
+ if clang and not is_subhost("windows") and not is_subhost("bsd") then
os.exec("xmake f --toolchain=clang --runtimes=c++_shared --yes")
_build()
end