Преглед на файлове

Disable check until I can work out what is going on

Hugh преди 10 години
родител
ревизия
e5b0992728
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)
       {