File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -272,10 +272,10 @@ $$(BZIP2_LIB-$(target)): $$(BZIP2_DIR-$(target))/Makefile
272
272
XZ_DIR-$(target ) =build/$(os ) /xz-$(XZ_VERSION ) -$(target )
273
273
XZ_LIB-$(target ) =$$(XZ_DIR-$(target ) ) /_install/lib/liblzma.a
274
274
275
- $$(XZ_DIR-$(target ) ) /Makefile: downloads/xz-$(XZ_VERSION ) .tgz
275
+ $$(XZ_DIR-$(target ) ) /Makefile: downloads/xz-$(XZ_VERSION ) .tar.gz
276
276
@echo ">>> Unpack XZ sources for $(target ) "
277
277
mkdir -p $$(XZ_DIR-$(target ) )
278
- tar zxf downloads/xz- $( XZ_VERSION ) .tgz --strip-components 1 -C $$(XZ_DIR-$(target ) )
278
+ tar zxf $$< --strip-components 1 -C $$(XZ_DIR-$(target ) )
279
279
# Configure the build
280
280
cd $$(XZ_DIR-$(target ) ) && \
281
281
./configure \
@@ -706,10 +706,10 @@ ifneq ($(os),macOS)
706
706
LIBFFI_XCFRAMEWORK-$(os) =build/$(os ) /Support/libFFI.xcframework
707
707
LIBFFI_DIR-$(os) =build/$(os ) /libffi-$(LIBFFI_VERSION )
708
708
709
- $$(LIBFFI_DIR-$(os ) ) /darwin_common/include/ffi.h : downloads/libffi-$(LIBFFI_VERSION ) .tgz $$(PYTHON_XCFRAMEWORK-macOS )
709
+ $$(LIBFFI_DIR-$(os ) ) /darwin_common/include/ffi.h : downloads/libffi-$(LIBFFI_VERSION ) .tar.gz $$(PYTHON_XCFRAMEWORK-macOS )
710
710
@echo " >>> Unpack and configure libFFI sources on $( os) "
711
711
mkdir -p $$(LIBFFI_DIR-$(os ) )
712
- tar zxf downloads/libffi- $( LIBFFI_VERSION ) .tgz --strip-components 1 -C $$(LIBFFI_DIR-$(os ) )
712
+ tar zxf $$< --strip-components 1 -C $$(LIBFFI_DIR-$(os ) )
713
713
# Patch the build to add support for new platforms
714
714
cd $$(LIBFFI_DIR-$(os ) ) && patch -p1 < $(PROJECT_DIR ) /patch/libffi.patch
715
715
# Configure the build
You can’t perform that action at this time.
0 commit comments