瀏覽代碼

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];
       var script = Sys.args()[0];
       #if (cpp && !scriptable)
       #if (cpp && !scriptable)
-      #error "Please define scriptable to use cppia"
+      //#error "Please define scriptable to use cppia"
       #end
       #end
       if (script==null)
       if (script==null)
       {
       {