Skip to content

Commit 25869fe

Browse files
authored
Fix makefile typo (#60)
1 parent ab9ad62 commit 25869fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross-ubuntu-py/py.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ push/cross-python: push/cross-raspbian-py311 push/cross-raspbian-py312 push/cros
2929

3030
# raspbian manylinux tags for crossenv
3131
RPI_ML_VERSIONS := $(shell seq 36 -1 17)
32-
RPI_MANYLINUX_TAGS := $(foreach v,$(SC_ML_VERSIONS),--platform-tag=manylinux_2_$(v)_armv7l)
32+
RPI_MANYLINUX_TAGS := $(foreach v,$(RPI_ML_VERSIONS),--platform-tag=manylinux_2_$(v)_armv7l)
3333

3434
# systemcore manylinux tags for crossenv
3535
SC_ML_VERSIONS := $(shell seq 35 -1 17)

0 commit comments

Comments
 (0)