Update xmake.lua
This commit is contained in:
parent
f117b76129
commit
34521e7d50
|
|
@ -243,8 +243,8 @@ rule("embed_resources")
|
|||
import("core.base.option")
|
||||
if xmake.version():ge("2.5.9") then
|
||||
import("utils.progress")
|
||||
else
|
||||
import("utils.progress", { try = true }) or import("private.utils.progress")
|
||||
elseif not import("utils.progress", { try = true }) then
|
||||
import("private.utils.progress")
|
||||
end
|
||||
|
||||
local function GenerateEmbedHeader(filepath, targetpath)
|
||||
|
|
|
|||
Loading…
Reference in New Issue