We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9981923 + ead3273 commit 6393aaeCopy full SHA for 6393aae
flow/scripts/variables.mk
@@ -37,7 +37,8 @@ ifeq ($(origin DESIGN_NAME), undefined)
37
$(error DESIGN_NAME variable net set.)
38
endif
39
40
-ifneq ($(wildcard $(PLATFORM_HOME)/$(PLATFORM)),)
+ifneq ($(PLATFORM_DIR),)
41
+else ifneq ($(wildcard $(PLATFORM_HOME)/$(PLATFORM)),)
42
export PLATFORM_DIR = $(PLATFORM_HOME)/$(PLATFORM)
43
else ifneq ($(findstring $(PLATFORM),$(PUBLIC)),)
44
export PLATFORM_DIR = ./platforms/$(PLATFORM)
0 commit comments