We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17eb57d commit 0936e8fCopy full SHA for 0936e8f
Makefile
@@ -761,7 +761,7 @@ $$(PYTHON_DIR-$(os))/Makefile: \
761
downloads/Python-$(PYTHON_VERSION).tgz \
762
$$(BZIP2_XCFRAMEWORK-$(os)) \
763
$$(XZ_XCFRAMEWORK-$(os)) \
764
- $$(OPENSSL_XCFRAMEWORK-$(os)) \
+ $$(OPENSSL_XCFRAMEWORK-$(os))
765
@echo ">>> Unpack and configure Python for $(os)"
766
mkdir -p $$(PYTHON_DIR-$(os))
767
tar zxf $$< --strip-components 1 -C $$(PYTHON_DIR-$(os))
0 commit comments