Ver Fonte

Disable check until I can work out what is going on

Hugh há 10 anos atrás
pai
commit
e5b0992728
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      std/cpp/cppia/Host.hx

+ 1 - 1
std/cpp/cppia/Host.hx

@@ -13,7 +13,7 @@ class Host
    {
       var script = Sys.args()[0];
       #if (cpp && !scriptable)
-      #error "Please define scriptable to use cppia"
+      //#error "Please define scriptable to use cppia"
       #end
       if (script==null)
       {