diff options
| author | ruki <[email protected]> | 2026-02-15 22:53:12 +0800 |
|---|---|---|
| committer | Saikari <[email protected]> | 2026-02-20 16:31:35 +0300 |
| commit | 175e26d2075347587a623f64e87f9f5dc7473157 (patch) | |
| tree | b2c4f0373c993ddb7e4c2907b4f10ca94c1e681a /tests/actions/package/localpkg | |
| parent | 373932b3d1064f5968b286ae9d764d60b008edf6 (diff) | |
improve tests for haiku
Diffstat (limited to 'tests/actions/package/localpkg')
| -rw-r--r-- | tests/actions/package/localpkg/test.lua | 2 |
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") |
