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

@ -41,10 +41,6 @@ jobs:
- name: Update xmake repository
run: xmake.exe repo --update
# Debug
- name: Debug XMake
run: xmake.exe l -vD utils.ci.packageskey
# Fetch xmake dephash
- name: Retrieve dependencies hash
id: dep_hash

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)