Update engine to playtest-20190118.
This commit is contained in:
parent
8da202ff1c
commit
a9235c6876
@ -9,7 +9,7 @@
|
|||||||
MOD_ID="example"
|
MOD_ID="example"
|
||||||
|
|
||||||
# The OpenRA engine version to use for this project.
|
# The OpenRA engine version to use for this project.
|
||||||
ENGINE_VERSION="release-20191117"
|
ENGINE_VERSION="playtest-20200118"
|
||||||
|
|
||||||
# .dll filenames compiled by the mod solution for use by the runtime assembly check
|
# .dll filenames compiled by the mod solution for use by the runtime assembly check
|
||||||
WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.Example.dll"
|
WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.Example.dll"
|
||||||
|
|||||||
@ -78,7 +78,7 @@ pushd "${ENGINE_DIRECTORY}" > /dev/null
|
|||||||
make clean
|
make clean
|
||||||
|
|
||||||
# linux-dependencies target will trigger the lua detection script, which we don't want during packaging
|
# linux-dependencies target will trigger the lua detection script, which we don't want during packaging
|
||||||
make cli-dependencies geoip-dependencies
|
make cli-dependencies
|
||||||
sed "s/@LIBLUA51@/liblua5.1.so.0/" thirdparty/Eluant.dll.config.in > Eluant.dll.config
|
sed "s/@LIBLUA51@/liblua5.1.so.0/" thirdparty/Eluant.dll.config.in > Eluant.dll.config
|
||||||
|
|
||||||
make core
|
make core
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user