Skip to content

Commit

Permalink
chore: rename extra to rules
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Nov 10, 2024
1 parent 6cc6761 commit 35b13c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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", function()
Expand Down

0 comments on commit 35b13c8

Please sign in to comment.