Browse Source

removed quotes around path-with-spaces.

Nicolas Cannasse 19 years ago
parent
commit
868d56d268
1 changed files with 0 additions and 2 deletions
  1. 0 2
      std/tools/haxelib/Main.hx

+ 0 - 2
std/tools/haxelib/Main.hx

@@ -563,8 +563,6 @@ class Main {
 					throw "Project "+d.project+" version "+d.version+" does not have a neko dll for your system";
 				neko.Lib.println("-L "+pdir+"ndll/");
 			}
-			if( dir.split(" ").length > 1 )
-				dir = '"' + dir + '"';
 			neko.Lib.println(dir);
 		}
 	}