added fixes for make dev-env (#8804)

This commit is contained in:
Long Wu Yuan 2022-07-21 06:27:44 +05:30 committed by GitHub
parent 4c6a7ee158
commit 0cc43d5e52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View file

@ -54,8 +54,9 @@ ifneq ($(PLATFORM),)
endif
MAC_OS = $(shell uname -s)
ifeq ($(MAC_OS), Darwin)
MAC_DOCKER_FLAGS="--load"
MAC_DOCKER_FLAGS=
else
MAC_DOCKER_FLAGS=
endif