edopro: fix build with premake v5.0.0-beta8
This commit is contained in:
@@ -232,7 +232,7 @@ let
|
||||
# (can't use --prebuilt-core or let it build a core on its own without making core updates impossible)
|
||||
postPatch = ''
|
||||
substituteInPlace premake5.lua \
|
||||
--replace-fail 'flags "LinkTimeOptimization"' 'removeflags "LinkTimeOptimization"'
|
||||
--replace-fail 'flags "LinkTimeOptimization"' 'linktimeoptimization "Off"'
|
||||
|
||||
substituteInPlace gframe/game.cpp \
|
||||
--replace-fail 'ocgcore = LoadOCGcore(Utils::GetWorkingDirectory())' 'ocgcore = LoadOCGcore("${lib.getLib ocgcore}/lib/")'
|
||||
|
||||
Reference in New Issue
Block a user