Skip to content

Commit a9235c6

Browse files
pchoteabcdefg30
authored andcommitted
Update engine to playtest-20190118.
1 parent 8da202f commit a9235c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mod.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
MOD_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
1515
WHITELISTED_MOD_ASSEMBLIES="OpenRA.Mods.Example.dll"

packaging/linux/buildpackage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pushd "${ENGINE_DIRECTORY}" > /dev/null
7878
make 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
8282
sed "s/@LIBLUA51@/liblua5.1.so.0/" thirdparty/Eluant.dll.config.in > Eluant.dll.config
8383

8484
make core

0 commit comments

Comments
 (0)