Merge pull request #3935 from yglukhov/ios-environ

Avoid using private _NSGetEnviron API on iOS.
This commit is contained in:
Andreas Rumpf
2016-03-05 14:35:14 +01:00

View File

@@ -671,7 +671,7 @@ when defined(windows):
else:
const
useNSGetEnviron = defined(macosx)
useNSGetEnviron = defined(macosx) and not defined(ios)
when useNSGetEnviron:
# From the manual: