fix: only link libshiggy if enable_shiggy is true

This commit is contained in:
Tropical
2026-03-15 01:02:42 -05:00
parent 649bc00fe4
commit 09ac8336a3
2 changed files with 21 additions and 19 deletions
-8
View File
@@ -38,14 +38,6 @@ global_cpp_defs = [
'-DDEBUG',
]
if get_option('enable_vsync')
global_cpp_defs += '-DENABLE_VSYNC'
endif
if get_option('enable_iggy')
global_cpp_defs += '-D_ENABLEIGGY'
endif
if host_machine.system() == 'linux'
global_cpp_defs += [
'-Dlinux',