Explorar o código

Disable TSC compilation step until OS X passes build box

Josh Engebretson %!s(int64=10) %!d(string=hai) anos
pai
achega
4274ae907b
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      Rakefile

+ 3 - 3
Rakefile

@@ -82,9 +82,9 @@ namespace :build  do
     end
 
     # build the Atomic Editor
-    Dir.chdir("#{$RAKE_ROOT}/Script/AtomicEditor") do
-      sh "tsc"
-    end
+    #Dir.chdir("#{$RAKE_ROOT}/Script/AtomicEditor") do
+      #sh "tsc"
+    #end
 
 
   end