Package.lua: Minor fix to premakeBin value

This commit is contained in:
Thomas Desveaux 2019-05-04 16:03:07 +02:00
parent e8288a7260
commit fe78c5689e

View File

@ -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")
--