We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9850c commit abbe0dfCopy full SHA for abbe0df
Makefile
@@ -34,7 +34,7 @@ GHDLFLAGS = --workdir=$(OUT_DIR) --ieee=synopsys -fexplicit -frelaxed-rules --w
34
include $(RUCKUS_DIR)/system_shared.mk
35
36
# Override system_shared.mk build string
37
-export BUILD_SVR_TYPE = $(shell python -m platform)
+export BUILD_SVR_TYPE = $(shell python3 -m platform)
38
export GHDL_VERSION = $(shell ghdl -v 2>&1 | head -n 1)
39
export BUILD_STRING = $(PROJECT): $(GHDL_VERSION), $(BUILD_SYS_NAME) ($(BUILD_SVR_TYPE)), Built $(BUILD_DATE) by $(BUILD_USER)
40
0 commit comments