Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292724d commit 80a3e0aCopy full SHA for 80a3e0a
1 file changed
Lib/distutils/sysconfig.py
@@ -66,10 +66,10 @@ def get_python_inc(plat_specific=0, prefix=None):
66
elif os.name == "nt":
67
return os.path.join(prefix, "include")
68
elif os.name == "mac":
69
- if plat_specific:
70
- return os.path.join(prefix, "Mac", "Include")
71
- else:
72
- return os.path.join(prefix, "Include")
+ if plat_specific:
+ return os.path.join(prefix, "Mac", "Include")
+ else:
+ return os.path.join(prefix, "Include")
73
elif os.name == "os2":
74
return os.path.join(prefix, "Include")
75
else:
0 commit comments