WIP
This commit is contained in:
committed by
Jérôme Leclercq
parent
b379518479
commit
292ca60592
7
plugins/xmake.lua
Normal file
7
plugins/xmake.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
if has_config("embed_plugins") then
|
||||
set_kind("static")
|
||||
else
|
||||
set_kind("shared")
|
||||
end
|
||||
|
||||
includes("*/xmake.lua")
|
||||
Reference in New Issue
Block a user