-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use HAXELIB_RUN env instead of modifying run
- Loading branch information
Valentin Lemière
committed
Mar 11, 2016
1 parent
a41d46b
commit 6dfb49b
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6dfb49b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, don't check
HAXELIB_RUN
against value"1"
, just do!= null
instead. I hope we'll change this env var to contain a library directory path someday (#272).