Fix for haxelib path containing spaces
This commit is contained in:
committed by
Joshua Granick
parent
651fe5b2ed
commit
e5f44d5095
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user