Fixed path join for building with the right framework path on Mac OSX

This commit is contained in:
Jeff Kreis 2014-01-11 10:31:48 -05:00
parent 34f35ee991
commit 383553350e
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ def determine_base_flags():
sysroot = join(xcode_dev,
'Platforms/MacOSX.platform/Developer/SDKs',
'MacOSX{}.sdk'.format(sdk_mac_ver),
'/System/Library/Frameworks')
'System/Library/Frameworks')
else:
sysroot = ('/System/Library/Frameworks/'
'ApplicationServices.framework/Frameworks')