Fix for haxelib path containing spaces

This commit is contained in:
Justin Espedal
2018-02-27 13:08:48 -08:00
committed by Joshua Granick
parent 651fe5b2ed
commit e5f44d5095

View File

@@ -373,7 +373,7 @@ class IOSPlatform extends PlatformTarget {
if (haxelibPath != null) {
context.HAXELIB_PATH = 'export HAXELIB_PATH=$haxelibPath;';
context.HAXELIB_PATH = 'export HAXELIB_PATH="$haxelibPath";';
} else {