Project

General

Profile

Bug #1599 ยป 0083-Meson-Drop-SDL3Main-check-on-Windows.patch

Marko Lindqvist, 07/12/2025 11:19 AM

View differences:

meson.build
if get_option('audio') == 'sdl3' or get_option('clients').contains('sdl3')
if host_system == 'windows'
sdl3main_dep = [c_compiler.find_library('mingw32', dirs: cross_lib_path),
c_compiler.find_library('SDL3main', dirs: cross_lib_path),
c_compiler.find_library('SDL3', dirs: cross_lib_path)]
else
if emscripten
    (1-1/1)