Skip to content
Snippets Groups Projects
Commit dad025c5 authored by Joe Garcia's avatar Joe Garcia
Browse files

fix for linux

parent 7b3ccc41
No related branches found
No related tags found
No related merge requests found
......@@ -477,7 +477,7 @@ def probe(base,forbiddenlibs=''):
else:
darwinNumber=int(platform.release().split('.')[0])
macname=macVer(darwinToMacVer(darwinNumber))
if darwinNumber>=20 and len(usesysroot)<=1:
if not elvish and darwinNumber>=20 and len(usesysroot)<=1:
usesysroot="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
for path in hunt_elfs(base,elvish=elvish):
if elvish:
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment