XMake: Fix 2.5.9/dev handling

This commit is contained in:
Jérôme Leclercq
2021-10-28 13:03:32 +02:00
parent 5c9c69e229
commit f117b76129
2 changed files with 1 additions and 5 deletions

View File

@@ -244,7 +244,7 @@ rule("embed_resources")
if xmake.version():ge("2.5.9") then
import("utils.progress")
else
import("private.utils.progress")
import("utils.progress", { try = true }) or import("private.utils.progress")
end
local function GenerateEmbedHeader(filepath, targetpath)