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

Fix std.child_process.ChildProcess.spawnWindow when app_name is relative #4137

Merged
merged 1 commit into from Jan 14, 2020

Conversation

mlarouche
Copy link
Sponsor Contributor

When looking in PATH environment variable, it looked for PATH+cwd+app_name instead of just using PATH+app_name

@daurnimator daurnimator added os-windows standard library This issue involves writing Zig code for the standard library. labels Jan 11, 2020
…nvironment variable, it applied cwd+app_name instead of just using the app_name
@wendigojaeger
Copy link

This will help me removing that hardcoded path in my project: https://github.com/wendigojaeger/ZigGBA/blob/master/GBA/builder.zig#L75

@andrewrk andrewrk merged commit 7ee0e77 into ziglang:master Jan 14, 2020
@andrewrk
Copy link
Member

Thanks!

@mlarouche mlarouche deleted the fix_addSystemCommand_windows branch March 5, 2020 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os-windows standard library This issue involves writing Zig code for the standard library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants