Explorar o código

Fixing Windows Rake build

Josh Engebretson %!s(int64=11) %!d(string=hai) anos
pai
achega
d71d4f17ea
Modificáronse 1 ficheiros con 1 adicións e 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