mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-05-11 22:51:22 +08:00
Fix ffmpeg link error on MacOS
This commit is contained in:
Vendored
+1
-1
Submodule thirdparty/projectx updated: 13ea652278...25c345f675
Vendored
+2
@@ -2,4 +2,6 @@ includes("sdl2", "projectx")
|
||||
if is_plat("windows") then
|
||||
elseif is_plat("linux") then
|
||||
includes("ffmpeg")
|
||||
elseif is_plat("macosx") then
|
||||
includes("ffmpeg")
|
||||
end
|
||||
Reference in New Issue
Block a user