From dc73a574b59bb0c0dc06cd6c6d70fbe525470ed8 Mon Sep 17 00:00:00 2001 From: Alvin Date: Mon, 4 Oct 2021 21:51:04 +0800 Subject: [PATCH] add v2.0.2 for co (#649) --- packages/c/co/xmake.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/c/co/xmake.lua b/packages/c/co/xmake.lua index ceb98320f..9da735d0c 100644 --- a/packages/c/co/xmake.lua +++ b/packages/c/co/xmake.lua @@ -4,12 +4,9 @@ package("co") set_description("A go-style coroutine library in C++11 and more") add_urls("https://github.com/idealvin/co.git") + add_versions("v2.0.2", "25915760f5cbcde1c5af625dd4d19a632ae43f12") add_versions("v2.0.1", "82b9f75dcd114c69d2b9c2c5a13ce2c3b95ba99f") - if is_plat("windows") then - -- disable shared library - add_configs("shared", {description = "Build shared library.", default = false, type = "boolean", readonly = true}) - end for _, name in ipairs({"libcurl", "openssl"}) do add_configs(name, {description = "Enable " .. name .. " library.", default = false, type = "boolean"}) end