Mark Sibly 7 years ago
parent
commit
4db4e33b50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mx2cc/buildproduct.monkey2

+ 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 )