Skip to content

Commit 17eb57d

Browse files
committed
Fix typo
1 parent fac33f9 commit 17eb57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ $$(PYTHON_DIR-$(target))/Makefile: \
410410
$$(XZ_XCFRAMEWORK-$(os)) \
411411
$$(OPENSSL_XCFRAMEWORK-$(os)) \
412412
$$(LIBFFI_XCFRAMEWORK-$(os)) \
413-
$$(PYTHON_XCFRAMEWORK-macOS) \
413+
$$(PYTHON_XCFRAMEWORK-macOS)
414414
@echo ">>> Unpack and configure Python for $(target)"
415415
mkdir -p $$(PYTHON_DIR-$(target))
416416
tar zxf $$< --strip-components 1 -C $$(PYTHON_DIR-$(target))

0 commit comments

Comments
 (0)