소스 검색

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)
       {