mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
autopilot typo
This commit is contained in:
parent
46e6d22ec2
commit
6653605e7b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ zlib = dependency('zlib', static: build_static)
|
|||
|
||||
# On Windows, SDL needs to be set up manually in order to avoid
|
||||
# the -mwindows flag
|
||||
if host_system != 'darwin'
|
||||
if host_system != 'windows'
|
||||
global_dependencies += dependency('sdl2')
|
||||
else
|
||||
sdl2cfg = find_program('sdl2-config')
|
||||
|
|
Loading…
Add table
Reference in a new issue