Changeset - r24148:073a732cabcb
[Not reviewed]
master
0 1 0
Michael Lutz - 5 years ago 2020-04-10 12:13:23
michi@icosahedron.de
Fix: [OSX] Prepend OSX SDK path to the framework search path if building with a custom SDK sysroot.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -1657,7 +1657,7 @@ make_cflags_and_ldflags() {
 

	
 
	if [ "$with_cocoa" != "0" ]; then
 
		CFLAGS="$CFLAGS -DWITH_COCOA"
 
		LIBS="$LIBS -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox"
 
		LIBS="$LIBS -F$osx_sdk_path/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox"
 

	
 
		if [ "$enable_cocoa_quartz" != "0" ]; then
 
			CFLAGS="$CFLAGS -DENABLE_COCOA_QUARTZ"
0 comments (0 inline, 0 general)