Skip to content

Commit

Permalink
[neko] Fixes a typo on genneko.ml that prevented haxelib ndll search …
Browse files Browse the repository at this point in the history
…from working with non-default haxelib paths.
  • Loading branch information
jonasmalacofilho committed Jun 1, 2013
1 parent 82d4ab9 commit 4f0751f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genneko.ml
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ let generate_libs_init = function
"@b", Some (EIf (op "==" es (str p "Windows"),
op "+" (call p (ident p "@env") [str p "HAXEPATH"]) (str p "\\lib\\"),
Some (ETry (
op "+" (call p (loadp "file_contents" 1) [op "+" (call p (ident p "@env") [str p "HOME"]) (str p "./haxelib")]) (str p "/"),
op "+" (call p (loadp "file_contents" 1) [op "+" (call p (ident p "@env") [str p "HOME"]) (str p "/.haxelib")]) (str p "/"),
"e",
(EIf (op "==" es (str p "Linux"),
str p "/usr/lib/haxe/lib/",
Expand Down

0 comments on commit 4f0751f

Please sign in to comment.