mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-27 23:51:56 +03:00
makefile_base.mak: Don't use 'undefine'
Breaks OS X/Homebrew make
This commit is contained in:
parent
35e76391fe
commit
09a672bd52
@ -69,7 +69,8 @@ ifeq ($(STEAMRT32_MODE),docker)
|
|||||||
else ifneq ($(STEAMRT32_MODE),)
|
else ifneq ($(STEAMRT32_MODE),)
|
||||||
foo := $(error Unrecognized STEAMRT32_MODE $(STEAMRT32_MODE))
|
foo := $(error Unrecognized STEAMRT32_MODE $(STEAMRT32_MODE))
|
||||||
endif
|
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
|
# 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.
|
# controllable by SUBMAKE_JOBS. Not ideal.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user