diff options
| author | ruki <[email protected]> | 2022-10-20 00:49:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-10-20 00:49:17 +0800 |
| commit | 7f7cd68284676f7969d99e2e7d54b91275ef5569 (patch) | |
| tree | 46760934e310e77595acc9141198552e43842459 /tests/projects/package/components/xmake.lua | |
| parent | a89822b7530c98914109cecc770dfef15e707e23 (diff) | |
find components from brew
Diffstat (limited to 'tests/projects/package/components/xmake.lua')
| -rw-r--r-- | tests/projects/package/components/xmake.lua | 2 |
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) |
