mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-12-25 01:46:41 +08:00
Fix ffmpeg link error on Linux platform
This commit is contained in:
6
application/remote_desk/thirdparty/xmake.lua
vendored
6
application/remote_desk/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