makefile_base.mak: Don't use 'undefine'

Breaks OS X/Homebrew make
This commit is contained in:
John Schoenick 2018-08-28 17:03:35 -07:00
parent 35e76391fe
commit 09a672bd52

View File

@ -69,7 +69,8 @@ ifeq ($(STEAMRT32_MODE),docker)
else ifneq ($(STEAMRT32_MODE),)
foo := $(error Unrecognized STEAMRT32_MODE $(STEAMRT32_MODE))
endif
undefine SELECT_DOCKER_IMAGE
SELECT_DOCKER_IMAGE :=
# If we're using containers to sub-invoke the various builds, jobserver won't work, have some silly auto-jobs
# controllable by SUBMAKE_JOBS. Not ideal.