mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
wip
[skip test]
This commit is contained in:
parent
45d10ed326
commit
cee323dfcf
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@ class GlibTarget(base.MesonTarget):
|
|||
|
||||
def configure(self, state: BuildState):
|
||||
environment = state.environment
|
||||
environment['LDFLAGS'] += ' -framework CoreFoundation -framework Foundation'
|
||||
assert 'LDFLAGS' not in environment
|
||||
environment['LDFLAGS'] = '-framework CoreFoundation -framework Foundation'
|
||||
|
||||
super().configure(state)
|
||||
|
||||
|
|
Loading…
Reference in a new issue