mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
scripts: waifulib: sdl2: fix build on macOS
This commit is contained in:
@@ -71,7 +71,7 @@ def configure(conf):
|
||||
if conf.options.SDL_PATH:
|
||||
sdl2_configure_path(conf, conf.options.SDL_PATH, libname)
|
||||
elif conf.env.DEST_OS == 'darwin':
|
||||
sdl2_configure_path(conf, '/Library/Frameworks/%s.framework' % libname)
|
||||
sdl2_configure_path(conf, '/Library/Frameworks/%s.framework' % libname, libname)
|
||||
else:
|
||||
try:
|
||||
conf.check_cfg(package=libname.lower(), args='--cflags --libs',
|
||||
|
||||
Reference in New Issue
Block a user