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

View file

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