@@ -15,7 +15,7 @@ BUILD_NUMBER=custom
1515# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
1616# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
1717# PYTHON_VER is the major/minor version (e.g., 3.10)
18- PYTHON_VERSION =3.12.0
18+ PYTHON_VERSION =3.12.4
1919PYTHON_MICRO_VERSION =$(shell echo $(PYTHON_VERSION ) | grep -Eo "\d+\.\d+\.\d+")
2020PYTHON_VER =$(basename $(PYTHON_VERSION ) )
2121
@@ -124,10 +124,8 @@ ARCH-$(target)=$$(subst .,,$$(suffix $(target)))
124124ifneq ($(os ) ,macOS)
125125 ifeq ($$(findstring simulator,$$(SDK-$(target))),)
126126TARGET_TRIPLE-$(target) =$$(ARCH-$(target ) ) -apple-$$(OS_LOWER-$(target ) )$$(VERSION_MIN-$(os ) )
127- TARGET_TOOL_TRIPLE-$(target) =$$(ARCH-$(target ) ) -apple-$$(OS_LOWER-$(target ) )
128127 else
129128TARGET_TRIPLE-$(target) =$$(ARCH-$(target ) ) -apple-$$(OS_LOWER-$(target ) )$$(VERSION_MIN-$(os ) ) -simulator
130- TARGET_TOOL_TRIPLE-$(target) =$$(ARCH-$(target ) ) -apple-$$(OS_LOWER-$(target ) ) -simulator
131129 endif
132130endif
133131
@@ -280,10 +278,6 @@ $$(PYTHON_SRCDIR-$(target))/Makefile: \
280278 cd $$(PYTHON_SRCDIR-$(target ) ) && \
281279 PATH=" $( PROJECT_DIR) /$$ (PYTHON_SRCDIR-$( target) )/$( os) /Resources/bin:$( PATH) " \
282280 ./configure \
283- AR=$$(TARGET_TOOL_TRIPLE-$(target ) ) -ar \
284- CC=$$(TARGET_TOOL_TRIPLE-$(target ) ) -clang \
285- CPP=$$(TARGET_TOOL_TRIPLE-$(target ) ) -cpp \
286- CXX=$$(TARGET_TOOL_TRIPLE-$(target ) ) -clang \
287281 LIBLZMA_CFLAGS=" -I$$ (XZ_INSTALL-$( target) )/include" \
288282 LIBLZMA_LIBS=" -L$$ (XZ_INSTALL-$( target) )/lib -llzma" \
289283 BZIP2_CFLAGS=" -I$$ (BZIP2_INSTALL-$( target) )/include" \
0 commit comments