Explorar el Código

Enabling parallel builds on Windows rake command

Josh Engebretson hace 10 años
padre
commit
ac13aa7c69
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Rakefile

+ 1 - 1
Rakefile

@@ -49,7 +49,7 @@ namespace :build  do
     Dir.chdir(CMAKE_WINDOWS_BUILD_FOLDER) do
 
       sh "cmake ../../ -G \"Visual Studio 12 2013 Win64\""
-      sh "msbuild Atomic.sln /p:Configuration=Release"
+      sh "msbuild /m Atomic.sln /p:Configuration=Release"
 
     end