mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 20:11:51 +00:00
aedi: fix slade compilation flags
This commit is contained in:
parent
4aa48ce2b6
commit
15e9765a75
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class SladeTarget(CMakeMainTarget):
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
opts = state.options
|
opts = state.options
|
||||||
opts['CMAKE_C_FLAGS'] = opts['CMAKE_CXX_FLAGS'] = '-DNOCURL -I' + state.include_path
|
opts['CMAKE_C_FLAGS'] = opts['CMAKE_CXX_FLAGS'] = f'-DNOCURL -I{state.include_path}'
|
||||||
opts['CMAKE_EXE_LINKER_FLAGS'] = \
|
opts['CMAKE_EXE_LINKER_FLAGS'] = \
|
||||||
state.run_pkg_config('--libs', 'fluidsynth', 'libtiff-4', 'openal', 'vorbisfile')
|
state.run_pkg_config('--libs', 'fluidsynth', 'libtiff-4', 'openal', 'vorbisfile')
|
||||||
opts['wxWidgets_USE_STATIC'] = 'YES'
|
opts['wxWidgets_USE_STATIC'] = 'YES'
|
||||||
|
|
Loading…
Reference in a new issue