summaryrefslogtreecommitdiff
path: root/tests/actions/package
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-02-23 18:01:38 +0300
committerGitHub <[email protected]>2026-02-23 18:01:38 +0300
commit3cf862ee32ea653871d4069b56b619a8cf477e38 (patch)
tree7ce15c80dc1fa5cbb894e797f0871fd0065e31f1 /tests/actions/package
parent8ed3f12c86b74cb46e110e56c2ed20d88b242cee (diff)
parentea307e0b88527bc61864766c16dfd346470b2d80 (diff)
Merge branch 'xmake-io:dev' into em
Diffstat (limited to 'tests/actions/package')
-rw-r--r--tests/actions/package/localpkg/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/actions/package/localpkg/test.lua b/tests/actions/package/localpkg/test.lua
index b3b3106ff..cd8e6f75e 100644
--- a/tests/actions/package/localpkg/test.lua
+++ b/tests/actions/package/localpkg/test.lua
@@ -1,5 +1,5 @@
function main(t)
- if (os.subarch():startswith("x") or os.subarch() == "i386") and not is_host("bsd", "solaris") then
+ if (os.subarch():startswith("x") or os.subarch() == "i386") and not is_host("bsd", "solaris", "haiku") then
os.cd("libfoo")
os.exec("xmake package -D -o ../bar/build")
os.cd("../bar")