File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99MOD_ID="example"
1010
1111# The OpenRA engine version to use for this project.
12- ENGINE_VERSION="release-20191117 "
12+ ENGINE_VERSION="playtest-20200118 "
1313
1414# .dll filenames compiled by the mod solution for use by the runtime assembly check
1515WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.Example.dll"
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ pushd "${ENGINE_DIRECTORY}" > /dev/null
7878make clean
7979
8080# linux-dependencies target will trigger the lua detection script, which we don't want during packaging
81- make cli-dependencies geoip-dependencies
81+ make cli-dependencies
8282sed " s/@LIBLUA51@/liblua5.1.so.0/" thirdparty/Eluant.dll.config.in > Eluant.dll.config
8383
8484make core
You can’t perform that action at this time.
0 commit comments