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