From cf270e046bb23f42d2b3c5f8c7c23d05d7ce7391 Mon Sep 17 00:00:00 2001 From: xpxz <97490782+heheda123123@users.noreply.github.com> Date: Thu, 15 Jun 2023 15:41:41 +0800 Subject: [PATCH] add headeronly flag (#2170) --- packages/w/workspace_hanya/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/w/workspace_hanya/xmake.lua b/packages/w/workspace_hanya/xmake.lua index 87d3c5a6b..6ccf782eb 100644 --- a/packages/w/workspace_hanya/xmake.lua +++ b/packages/w/workspace_hanya/xmake.lua @@ -1,5 +1,6 @@ package("workspace_hanya") + set_kind("library", {headeronly = true}) set_homepage("https://github.com/CodingHanYa/workspace") set_description("Workspace is a lightweight asynchronous execution framework based on C++11") set_license("Apache-2.0")