@@ -15,7 +15,7 @@ BUILD_NUMBER=custom
15
15
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
16
16
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
17
17
# PYTHON_VER is the major/minor version (e.g., 3.10)
18
- PYTHON_VERSION =3.12.0
18
+ PYTHON_VERSION =3.12.4
19
19
PYTHON_MICRO_VERSION =$(shell echo $(PYTHON_VERSION ) | grep -Eo "\d+\.\d+\.\d+")
20
20
PYTHON_VER =$(basename $(PYTHON_VERSION ) )
21
21
@@ -124,10 +124,8 @@ ARCH-$(target)=$$(subst .,,$$(suffix $(target)))
124
124
ifneq ($(os ) ,macOS)
125
125
ifeq ($$(findstring simulator,$$(SDK-$(target))),)
126
126
TARGET_TRIPLE-$(target) =$$(ARCH-$(target ) ) -apple-$$(OS_LOWER-$(target ) )$$(VERSION_MIN-$(os ) )
127
- TARGET_TOOL_TRIPLE-$(target) =$$(ARCH-$(target ) ) -apple-$$(OS_LOWER-$(target ) )
128
127
else
129
128
TARGET_TRIPLE-$(target) =$$(ARCH-$(target ) ) -apple-$$(OS_LOWER-$(target ) )$$(VERSION_MIN-$(os ) ) -simulator
130
- TARGET_TOOL_TRIPLE-$(target) =$$(ARCH-$(target ) ) -apple-$$(OS_LOWER-$(target ) ) -simulator
131
129
endif
132
130
endif
133
131
@@ -280,10 +278,6 @@ $$(PYTHON_SRCDIR-$(target))/Makefile: \
280
278
cd $$(PYTHON_SRCDIR-$(target ) ) && \
281
279
PATH=" $( PROJECT_DIR) /$$ (PYTHON_SRCDIR-$( target) )/$( os) /Resources/bin:$( PATH) " \
282
280
./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 \
287
281
LIBLZMA_CFLAGS=" -I$$ (XZ_INSTALL-$( target) )/include" \
288
282
LIBLZMA_LIBS=" -L$$ (XZ_INSTALL-$( target) )/lib -llzma" \
289
283
BZIP2_CFLAGS=" -I$$ (BZIP2_INSTALL-$( target) )/include" \
0 commit comments