Update engine to playtest-20190118.

This commit is contained in:
Paul Chote 2020-01-18 16:35:20 +00:00 committed by abcdefg30
parent 8da202ff1c
commit a9235c6876
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
MOD_ID="example"
# 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
WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.Example.dll"

View File

@ -78,7 +78,7 @@ pushd "${ENGINE_DIRECTORY}" > /dev/null
make clean
# 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
make core