Skip to content

Commit abbe0df

Browse files
authored
Update Makefile
### Description - Setting the python to explicitly to python3
1 parent 5a9850c commit abbe0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GHDLFLAGS = --workdir=$(OUT_DIR) --ieee=synopsys -fexplicit -frelaxed-rules --w
3434
include $(RUCKUS_DIR)/system_shared.mk
3535

3636
# Override system_shared.mk build string
37-
export BUILD_SVR_TYPE = $(shell python -m platform)
37+
export BUILD_SVR_TYPE = $(shell python3 -m platform)
3838
export GHDL_VERSION = $(shell ghdl -v 2>&1 | head -n 1)
3939
export BUILD_STRING = $(PROJECT): $(GHDL_VERSION), $(BUILD_SYS_NAME) ($(BUILD_SVR_TYPE)), Built $(BUILD_DATE) by $(BUILD_USER)
4040

0 commit comments

Comments
 (0)