Disable HAVE_UPDATE_CORES for Steam too

This commit is contained in:
twinaphex 2019-12-18 18:13:05 +01:00
parent 3e8e6d35d6
commit 587a56026e

View File

@ -532,6 +532,7 @@ fi
if [ "$HAVE_STEAM" = 'yes' ]; then
add_opt ONLINE_UPDATER no
add_opt UPDATE_CORES no
die : 'Notice: Steam build enabled, disabling online updater as well.'
fi