summaryrefslogtreecommitdiff
path: root/tests/projects/package/toolchain_muslcc/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/package/toolchain_muslcc/xmake.lua')
-rw-r--r--tests/projects/package/toolchain_muslcc/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/toolchain_muslcc/xmake.lua b/tests/projects/package/toolchain_muslcc/xmake.lua
index 8fdd99b9f..6c5e8f8b3 100644
--- a/tests/projects/package/toolchain_muslcc/xmake.lua
+++ b/tests/projects/package/toolchain_muslcc/xmake.lua
@@ -25,7 +25,7 @@ toolchain_end()
-- add library packages
-- for testing zlib/xmake, libplist/autoconf, libogg/cmake
add_requires("zlib", "libogg", {system = false})
-if is_host("macosx", "linux", "bsd") then
+if is_host("macosx", "linux", "bsd", "solaris") then
add_requires("libplist", {system = false})
end