[skip test]
This commit is contained in:
alexey.lysiuk 2023-03-25 10:50:38 +02:00
parent cee323dfcf
commit 1bfab4f3b4

View file

@ -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)