diff options
| author | ruki <[email protected]> | 2026-02-15 22:53:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-02-15 22:53:12 +0800 |
| commit | a7e81f8efefb7d1a621d4a47bfa5208a761d7af4 (patch) | |
| tree | 31b8bbdb191476a06f985ea3d194c15ebb04114a /tests/actions/package/localpkg | |
| parent | d83d2400d5c28ec5d6655a930aaa4ec913e873ae (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") |
