mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 09:42:26 +00:00
fix: only link libshiggy if enable_shiggy is true
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user