mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-22 16:01:11 +00:00
wip
[skip test]
This commit is contained in:
parent
cee323dfcf
commit
1bfab4f3b4
1 changed files with 6 additions and 6 deletions
|
@ -148,12 +148,12 @@ class GlibTarget(base.MesonTarget):
|
||||||
def detect(self, state: BuildState) -> bool:
|
def detect(self, state: BuildState) -> bool:
|
||||||
return state.has_source_file('glib.doap')
|
return state.has_source_file('glib.doap')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
# def configure(self, state: BuildState):
|
||||||
environment = state.environment
|
# environment = state.environment
|
||||||
assert 'LDFLAGS' not in environment
|
# assert 'LDFLAGS' not in environment
|
||||||
environment['LDFLAGS'] = '-framework CoreFoundation -framework Foundation'
|
# environment['LDFLAGS'] = '-framework CoreFoundation -framework Foundation'
|
||||||
|
#
|
||||||
super().configure(state)
|
# super().configure(state)
|
||||||
|
|
||||||
def post_build(self, state: BuildState):
|
def post_build(self, state: BuildState):
|
||||||
super().post_build(state)
|
super().post_build(state)
|
||||||
|
|
Loading…
Reference in a new issue