diff --git a/xmake-extra.lua b/xmake-rules.lua similarity index 100% rename from xmake-extra.lua rename to xmake-rules.lua diff --git a/xmake.lua b/xmake.lua index a62ac95ca..1fb8d956e 100644 --- a/xmake.lua +++ b/xmake.lua @@ -11,8 +11,8 @@ set_encodings("utf-8") -- add rules add_rules("mode.debug", "mode.releasedbg") --- make extras available -includes("xmake-extra.lua") +-- make custom rules available +includes("xmake-rules.lua") -- define options option("skyrim_ae")