mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-02 04:31:36 +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):
|
def configure(self, state: BuildState):
|
||||||
environment = state.environment
|
environment = state.environment
|
||||||
environment['LDFLAGS'] += ' -framework CoreFoundation -framework Foundation'
|
assert 'LDFLAGS' not in environment
|
||||||
|
environment['LDFLAGS'] = '-framework CoreFoundation -framework Foundation'
|
||||||
|
|
||||||
super().configure(state)
|
super().configure(state)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue