Browse Source

Atomic Editor rake fix on Windows

Josh Engebretson 11 years ago
parent
commit
9d71f05ca8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Rakefile

+ 1 - 1
Rakefile

@@ -214,7 +214,7 @@ namespace :build_windows do
 
   task :editor => "build_windows:player" do
 
-    Dir.chdir(CMAKE_BUILD_FOLDER) do
+    Dir.chdir(CMAKE_WINDOWS_BUILD_FOLDER) do
       # add the generated JS bindings
       sh "nmake AtomicEditor"