added fixes for make dev-env (#8804)
This commit is contained in:
parent
4c6a7ee158
commit
0cc43d5e52
3 changed files with 5 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue