Browse Source

Fixing Windows Rake build

Josh Engebretson 10 years ago
parent
commit
d71d4f17ea
1 changed files with 1 additions and 1 deletions
  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