mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-12-17 20:47:01 +08:00
Fix ffmpeg link error on Linux platform
This commit is contained in:
6
thirdparty/xmake.lua
vendored
6
thirdparty/xmake.lua
vendored
@@ -1 +1,5 @@
|
||||
includes("sdl2")
|
||||
includes("sdl2")
|
||||
if is_plat("windows") then
|
||||
elseif is_plat("linux") then
|
||||
includes("ffmpeg")
|
||||
end
|
||||
Reference in New Issue
Block a user