Package.lua: Minor fix to premakeBin value
This commit is contained in:
parent
e8288a7260
commit
fe78c5689e
@ -149,7 +149,7 @@
|
||||
if not z then
|
||||
error("Failed to Bootstrap Premake", 0)
|
||||
end
|
||||
local premakeBin = path.translate("bin/release/Premake5")
|
||||
local premakeBin = path.translate("./bin/release/premake5")
|
||||
|
||||
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user