Skip to content

Commit 3059f65

Browse files
Merge remote-tracking branch 'origin/develop-6.7' into release-6.7.7
2 parents 90d0854 + 594adc3 commit 3059f65

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

docs/notes/bugfix-15654.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# LiveCode 6.7.7 RC 1 / 7.1.0 DP 1 won't install on 10.6.8

engine/kernel.gypi

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,22 @@
9292
'libraries':
9393
[
9494
'$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework',
95-
'$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework',
9695
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
9796
'$(SDKROOT)/System/Library/Frameworks/CoreMedia.framework',
9897
'$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
9998
'$(SDKROOT)/System/Library/Frameworks/Security.framework',
10099
'$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
101100
],
101+
102+
# Adding AVFoundation in the list of libraries does not allow
103+
# us to weak link it. Only adding the linking flag does the job
104+
'xcode_settings':
105+
{
106+
'OTHER_LDFLAGS':
107+
[
108+
'-weak_framework AVFoundation',
109+
]
110+
},
102111
},
103112
],
104113
[

0 commit comments

Comments
 (0)