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

Add information to "Standard library not found" error #7848

Merged

Conversation

kLabz
Copy link
Contributor

@kLabz kLabz commented Feb 22, 2019

Added some information to the "Standard library not found" error:

$ unset HAXE_STD_PATH

$ haxe build.hxml                                                    
Standard library not found. You may need to set your `HAXE_STD_PATH` environment variable

$ HAXE_STD_PATH= haxe build.hxml
Standard library not found. Please check your `HAXE_STD_PATH` environment variable (current value: "")

$ HAXE_STD_PATH=/some/invalid/path/:. haxe build.hxml
Standard library not found. Please check your `HAXE_STD_PATH` environment variable (current value: "/some/invalid/path/:.")

@Simn Simn merged commit 3c8130c into HaxeFoundation:development Feb 23, 2019
@skial skial mentioned this pull request Feb 25, 2019
1 task
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