Commit cf32cb2
authored
Fix haxelib path fallback functionality on windows (#1241)
The check on line 134 would never work properly on windows, because the
line had a CR character so FileSystem.exists returned false. This meant
that if a library was resolved via a name that doesn't exactly match the
`-D` flag set by haxelib, e.g. Hxcpp instead of hxcpp or via an alias,
then it would be reported as missing.1 parent acef6fa commit cf32cb2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments