Move DefineConstants="MONO" into OpenRA.Game.csproj.

This commit is contained in:
Paul Chote
2021-01-09 17:48:14 +00:00
committed by Matthias Mailänder
parent b486112c98
commit 15c926b6b9
3 changed files with 6 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ install_assemblies_mono() {
rm -rf "${SRC_PATH}/OpenRA."*/obj
rm -rf "${SRC_PATH:?}/bin"
msbuild -verbosity:m -nologo -t:Build -restore -p:Configuration=Release -p:TargetPlatform="${TARGETPLATFORM}" -p:Mono=true -p:DefineConstants="MONO"
msbuild -verbosity:m -nologo -t:Build -restore -p:Configuration=Release -p:TargetPlatform="${TARGETPLATFORM}" -p:Mono=true
if [ "${TARGETPLATFORM}" = "unix-generic" ]; then
./configure-system-libraries.sh
fi