From 12285f8e82ede55502dfdbf8296e7ab41f5e8e8b Mon Sep 17 00:00:00 2001 From: KeqingMoe Date: Sun, 22 Jun 2025 09:35:34 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20packages/a/argparse/xmake.?= =?UTF-8?q?lua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/a/argparse/xmake.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/a/argparse/xmake.lua b/packages/a/argparse/xmake.lua index 7073dcd..50f743d 100644 --- a/packages/a/argparse/xmake.lua +++ b/packages/a/argparse/xmake.lua @@ -1,12 +1,11 @@ - package("argparse") set_kind("library") set_homepage("https://github.com/p-ranav/argparse") set_description("A single header argument parser for C++17") set_license("MIT") - add_config("enable_module", { default = false, type = "boolean" }) - add_config("enable_std_import", { default = false, type = "boolean" }) + add_configs("enable_module", { default = false, type = "boolean" }) + add_configs("enable_std_import", { default = false, type = "boolean" }) add_urls(-- "https://github.com/p-ranav/argparse/archive/refs/tags/v$(version).zip", "https://github.com/KeqingMoe/argparse.git")