Skip to content

Commit

Permalink
config the project when running xmake clean
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix authored Feb 21, 2024
1 parent 8436c24 commit 5e5df99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xmake/actions/clean/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ function main()
-- lock the whole project
project.lock()

-- config it first
task.run("config", {}, {disable_dump = true})

-- get the target name
local targetname = option.get("target")

Expand Down

0 comments on commit 5e5df99

Please sign in to comment.