Explorar el Código

Fixing Windows Rake build

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

+ 1 - 1
Rakefile

@@ -472,7 +472,7 @@ namespace :windows do
 
     Dir.chdir(CMAKE_WINDOWS_BUILD_FOLDER) do
       sh "jom -j4 JSBind"
-      sh "./Source/Tools/JSBind/JSBind.exe #{$RAKE_ROOT} WINDOWS"
+      sh "./Source/AtomicJS/JSBind/JSBind.exe #{$RAKE_ROOT} WINDOWS"
     end
 
 	end