Browse Source

MacOSX update for JSBind

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

+ 1 - 1
Rakefile

@@ -104,7 +104,7 @@ namespace :build_macosx do
 
 
     Dir.chdir(CMAKE_MACOSX_BUILD_FOLDER) do
     Dir.chdir(CMAKE_MACOSX_BUILD_FOLDER) do
       sh "make -j8 JSBind"
       sh "make -j8 JSBind"
-      sh "./Source/Tools/JSBind/JSBind"
+      sh "./Source/Tools/JSBind/JSBind #{$RAKE_ROOT}"
     end
     end
 
 
 	end
 	end