mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
parent
9282653c8f
commit
20cbc532f1
1 changed files with 2 additions and 1 deletions
3
build.py
3
build.py
|
@ -49,6 +49,7 @@ class Target:
|
|||
'glib-2.0',
|
||||
'gobject-2.0',
|
||||
'intl',
|
||||
'iconv',
|
||||
'ffi',
|
||||
'pcre',
|
||||
|
||||
|
@ -62,7 +63,7 @@ class Target:
|
|||
)
|
||||
|
||||
linker_args = '-framework AudioUnit -framework AudioToolbox -framework Carbon ' \
|
||||
'-framework CoreAudio -framework CoreMIDI -framework CoreVideo -liconv'
|
||||
'-framework CoreAudio -framework CoreMIDI -framework CoreVideo'
|
||||
|
||||
for lib in extra_libs:
|
||||
linker_args += f' {builder.lib_path}lib{lib}.a'
|
||||
|
|
Loading…
Reference in a new issue