From 43d1a2c6db0c8e4ea7b184bea24001a5aebf4a81 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Fri, 25 Oct 2024 14:26:59 +0200 Subject: [PATCH] xmake: Don't strip package libraries --- xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake.lua b/xmake.lua index 548b073..0599cda 100644 --- a/xmake.lua +++ b/xmake.lua @@ -49,6 +49,7 @@ add_rules("plugin.vsxmake.autoupdate") add_rules("dbgdll", "natvis") --set_policy("package.requires_lock", true) +set_policy("install.strip_packagelibs", false) set_project("ThisSpaceOfMine") set_version("0.0.0")