Add support for static compilation on all platforms

This commit is contained in:
Lynix
2023-08-22 08:17:03 +02:00
parent 03e63cb664
commit 216686e7c1
5 changed files with 13 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
if has_config("embed_plugins") then
if has_config("embed_plugins", "static") then
set_kind("static")
else
set_kind("shared")