refactor: clean up meson build scripts, use in-tree zlib

This commit is contained in:
Tropical
2026-03-06 00:17:31 -06:00
parent c55ed7b261
commit 7baf1cbfa1
10 changed files with 69 additions and 60 deletions
+8 -3
View File
@@ -32,11 +32,16 @@ global_cpp_defs = [
'-D_DEBUG_MENUS_ENABLED',
'-D_DEBUG',
'-DDEBUG',
'-DLINUX',
'-D_LINUX',
'-D__linux__',
]
if host_machine.system() == 'linux'
global_cpp_defs += [
'-Dlinux',
'-D__linux',
'-D__linux__',
]
endif
subdir('4J.Render')
subdir('4J.Input')
subdir('4J.Profile')