Skip to content

Commit

Permalink
enable nana for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Oct 3, 2019
1 parent b20b346 commit b526867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/n/nana/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ package("nana")
add_urls("https://github.com/cnjinhao/nana/archive/v$(version).tar.gz",
"https://github.com/cnjinhao/nana.git")
add_versions("1.6.2", "5f5cb791dff292e27bfa29d850b93f809a0d91d6044ea7e22ce7ae76a5d8b24e")
add_versions("1.7.2", "e2efb3b7619e4ef3b6de93f8afc70ff477ec6cabf4f9740f0d786904c790613f")

--[[ TODO
on_install(function (package)
on_install("linux", function (package)
import("package.tools.cmake").install(package)
end)]]
end)

on_test(function (package)
assert(package:check_cxxsnippets({test = [[
Expand Down

0 comments on commit b526867

Please sign in to comment.