mirror of https://github.com/kivy/kivy.git
Fixed path join for building with the right framework path on Mac OSX
This commit is contained in:
parent
34f35ee991
commit
383553350e
2
setup.py
2
setup.py
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue