Browse Source

Fixing iOS and Android builds

Josh Engebretson 10 years ago
parent
commit
6391042c17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Rakefile

+ 1 - 1
Rakefile

@@ -139,7 +139,7 @@ namespace :macosx do
 
     Dir.chdir(CMAKE_MACOSX_BUILD_FOLDER) do
       sh "make -j8 JSBind"
-      sh "cp ./Source/Tools/JSBind/JSBind #{BUILD_FOLDER}/JSBind"
+      sh "cp ./Source/AtomicJS/JSBind/JSBind #{BUILD_FOLDER}/JSBind"
     end
 
   end