From 3c4159356c6368633e7ff9a197a209a9b387fb5a Mon Sep 17 00:00:00 2001 From: KeqingMoe Date: Fri, 21 Mar 2025 03:00:27 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20xmake.lua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xmake.lua | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 xmake.lua diff --git a/xmake.lua b/xmake.lua deleted file mode 100644 index 92a9053..0000000 --- a/xmake.lua +++ /dev/null @@ -1,8 +0,0 @@ -package("str") - set_description("基于 C++26/23 与模块的现代字符串库 | Modern String Library Built with C++26/23 and Modules") - - add_urls("https://github.com/myrepo/foo.git") - - on_install(function(package) - import("package.tools.xmake").install(package, {}) - end)