Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use POSIX getenv on Cygwin #2060

Merged
merged 1 commit into from
Mar 16, 2019
Merged

Conversation

embray
Copy link
Contributor

@embray embray commented Mar 15, 2019

The Windows-native GetEnvironmentVariable cannot be relied on, as
Cygwin does not always copy environment variables set through Cygwin
to the Windows environment block, particularly after fork().

See also comment at #2006 (comment)

The Windows-native GetEnvironmentVariable cannot be relied on, as
Cygwin does not always copy environment variables set through Cygwin
to the Windows environment block, particularly after fork().
@martin-frbg martin-frbg added this to the 0.3.6 milestone Mar 16, 2019
@martin-frbg martin-frbg merged commit a542557 into OpenMathLib:develop Mar 16, 2019
@embray embray deleted the cygwin/readenv branch March 18, 2019 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants