2
0
Mark Sibly 7 жил өмнө
parent
commit
4db4e33b50

+ 1 - 1
src/mx2cc/buildproduct.monkey2

@@ -497,7 +497,7 @@ Class GccBuildProduct Extends BuildProduct
 			Return obj
 		Endif
 
-		cmd+=" -o~q"+obj+"~q ~q"+src+"~q"
+		cmd+=" -o ~q"+obj+"~q ~q"+src+"~q"
 				
 		Exec( cmd )