We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a60675 commit a943f2fCopy full SHA for a943f2f
fetch-engine.sh
@@ -74,6 +74,10 @@ if [ "${AUTOMATIC_ENGINE_MANAGEMENT}" = "True" ]; then
74
rmdir "${AUTOMATIC_ENGINE_EXTRACT_DIRECTORY}"
75
rm "${AUTOMATIC_ENGINE_TEMP_ARCHIVE_NAME}"
76
77
+ # HACK: Remove bogus lint check that the Example mod can't possibly pass
78
+ # because to do so it would need to defile a lot of excess things surrounding resources.
79
+ rm ${ENGINE_DIRECTORY}/OpenRA.Mods.Common/Lint/CheckFluentReferences.cs
80
+
81
echo "Compiling engine..."
82
cd "${ENGINE_DIRECTORY}" || exit 1
83
make version VERSION="${ENGINE_VERSION}"
0 commit comments