diff options
| author | ruki <[email protected]> | 2025-11-22 20:51:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-22 22:54:07 +0800 |
| commit | 450a73ee5c2923a6420e10101e4cb10f4de75786 (patch) | |
| tree | cbb08d3c7fda4f36fe6245021bdc585515b33129 /tests/apis/namespace/package/test.lua | |
| parent | 76a0bd604dd7dd39e6f9e49969bb1a14bc1ac3b2 (diff) | |
add netbsd
Diffstat (limited to 'tests/apis/namespace/package/test.lua')
| -rw-r--r-- | tests/apis/namespace/package/test.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/apis/namespace/package/test.lua b/tests/apis/namespace/package/test.lua index bff75b066..38d054b75 100644 --- a/tests/apis/namespace/package/test.lua +++ b/tests/apis/namespace/package/test.lua @@ -1,3 +1,6 @@ function main() + if is_host("bsd") then + return + end os.exec("xmake -vD -y") end |
