Explorar o código

MacOSX update for JSBind

Josh Engebretson %!s(int64=11) %!d(string=hai) anos
pai
achega
3aeefa99fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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