Browse Source

Disable check until I can work out what is going on

Hugh 10 years ago
parent
commit
e5b0992728
1 changed files with 1 additions and 1 deletions
  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)
       {