Fix non-libretro builds

This commit is contained in:
刘皓 2024-12-29 23:58:38 -05:00
parent 27df4f018c
commit ac552d6d91
No known key found for this signature in database
GPG key ID: 7901753DB465B711

View file

@ -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(),