Initial port to macOS

Doesn't work yet as SDL1 is broken on modern macOS.

FossilOrigin-Name: f5b62f82030659a511f4add8212857fca598c6cef86a3238705eb60e35011631
This commit is contained in:
Jonathan Schleifer 2025-03-04 23:03:58 +00:00
parent 9782fa9b54
commit c3cd8d4fac
6 changed files with 26 additions and 13 deletions

View file

@ -36,7 +36,7 @@ executable('client',
],
dependencies: [
objfw_dep,
sdl12_dep,
sdl_dep,
sdlimage_dep,
sdlmixer_dep,
zlib_dep,
@ -57,7 +57,7 @@ executable('server',
objcpp_args: ['-DSTANDALONE'],
dependencies: [
objfw_dep,
sdl12_dep
sdl_dep
],
include_directories: [enet_includes],
link_args: server_link_args,