Browse Source

disable nana

ruki 6 years ago
parent
commit
2a3e49cad3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/n/nana/xmake.lua

+ 2 - 1
packages/n/nana/xmake.lua

@@ -7,9 +7,10 @@ package("nana")
              "https://github.com/cnjinhao/nana.git")
              "https://github.com/cnjinhao/nana.git")
     add_versions("1.6.2", "5f5cb791dff292e27bfa29d850b93f809a0d91d6044ea7e22ce7ae76a5d8b24e")
     add_versions("1.6.2", "5f5cb791dff292e27bfa29d850b93f809a0d91d6044ea7e22ce7ae76a5d8b24e")
 
 
+    --[[ TODO
     on_install(function (package)
     on_install(function (package)
         import("package.tools.cmake").install(package)
         import("package.tools.cmake").install(package)
-    end)
+    end)]]
 
 
     on_test(function (package)
     on_test(function (package)
         import("lib.detect.check_cxsnippets")
         import("lib.detect.check_cxsnippets")