summaryrefslogtreecommitdiff
path: root/tests/projects/package/components/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-20 00:49:17 +0800
committerruki <[email protected]>2022-10-20 00:49:17 +0800
commit7f7cd68284676f7969d99e2e7d54b91275ef5569 (patch)
tree46760934e310e77595acc9141198552e43842459 /tests/projects/package/components/xmake.lua
parenta89822b7530c98914109cecc770dfef15e707e23 (diff)
find components from brew
Diffstat (limited to 'tests/projects/package/components/xmake.lua')
-rw-r--r--tests/projects/package/components/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/components/xmake.lua b/tests/projects/package/components/xmake.lua
index eb18d7bb0..fb3758df2 100644
--- a/tests/projects/package/components/xmake.lua
+++ b/tests/projects/package/components/xmake.lua
@@ -57,7 +57,7 @@ package("sfml")
end
if is_plat("macosx") then
- add_extsources("brew::sfml")
+ add_extsources("brew::sfml/sfml-all")
end
on_component("graphics", function (package, component)