mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-12-17 20:47:01 +08:00
[feat] remove dependence on ffmpeg for MacOSx
This commit is contained in:
8
thirdparty/xmake.lua
vendored
8
thirdparty/xmake.lua
vendored
@@ -1,7 +1 @@
|
||||
includes("projectx")
|
||||
if is_plat("windows") then
|
||||
elseif is_plat("linux") then
|
||||
includes("ffmpeg")
|
||||
elseif is_plat("macosx") then
|
||||
includes("ffmpeg")
|
||||
end
|
||||
includes("projectx")
|
||||
Reference in New Issue
Block a user