mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-27 17:23:02 +02:00
Fix non-libretro builds
This commit is contained in:
parent
27df4f018c
commit
ac552d6d91
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ global_args += '-DHAVE_NANOSLEEP'
|
|||
# Ext libs
|
||||
# ====================
|
||||
|
||||
if get_option('retro')
|
||||
if get_option('retro') == true
|
||||
retro_phase1 = get_option('retro_phase1_path')
|
||||
library(
|
||||
'retro-' + meson.project_name(),
|
||||
|
|
Loading…
Add table
Reference in a new issue