Przeglądaj źródła

MacOSX update for JSBind

Josh Engebretson 11 lat temu
rodzic
commit
3aeefa99fb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Rakefile

+ 1 - 1
Rakefile

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