Remove assets from repository and download them using xmake
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- Adds -d as a debug suffix
|
||||
rule("debug_suffix")
|
||||
rule("debug.suffix")
|
||||
on_load(function (target)
|
||||
if target:kind() ~= "binary" then
|
||||
target:set("basename", target:basename() .. "-d")
|
||||
target:set("suffixname", "-d")
|
||||
end
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user