mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
MinGW build portability fixes
AKA you can build melonDS for Windows on Fedora now
This commit is contained in:
@ -112,6 +112,10 @@ if (WIN32)
|
||||
|
||||
../glad/glad_wgl.c
|
||||
)
|
||||
|
||||
if (MINGW AND CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux")
|
||||
set_property(TARGET melonDS PROPERTY AUTORCC_OPTIONS "--no-zstd")
|
||||
endif()
|
||||
elseif (APPLE)
|
||||
if (NOT USE_QT6)
|
||||
find_library(COCOA_LIB Cocoa)
|
||||
|
Reference in New Issue
Block a user