Skip to content

Commit 0936e8f

Browse files
committed
Fix another typo
1 parent 17eb57d commit 0936e8f

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
@@ -761,7 +761,7 @@ $$(PYTHON_DIR-$(os))/Makefile: \
761761
downloads/Python-$(PYTHON_VERSION).tgz \
762762
$$(BZIP2_XCFRAMEWORK-$(os)) \
763763
$$(XZ_XCFRAMEWORK-$(os)) \
764-
$$(OPENSSL_XCFRAMEWORK-$(os)) \
764+
$$(OPENSSL_XCFRAMEWORK-$(os))
765765
@echo ">>> Unpack and configure Python for $(os)"
766766
mkdir -p $$(PYTHON_DIR-$(os))
767767
tar zxf $$< --strip-components 1 -C $$(PYTHON_DIR-$(os))

0 commit comments

Comments
 (0)