Merge pull request #2339 from gradha/pr_fixes_osx_environ_use

Enables use of NSGetEnviron for osx binary compatibility. Refs #965.
This commit is contained in:
Andreas Rumpf
2015-03-16 10:36:45 +01:00

View File

@@ -1121,8 +1121,8 @@ when defined(windows):
else:
const
useNSGetEnviron = defined(macosx) and
(defined(createNimRtl) or defined(useNimRtl))
useNSGetEnviron = defined(macosx)
when useNSGetEnviron:
# From the manual:
# Shared libraries and bundles don't have direct access to environ,