XMake: Fix 2.5.9/dev handling
This commit is contained in:
parent
5c9c69e229
commit
f117b76129
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue