Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit e535e63

Browse files
committed
Add missing dependency on host python.
1 parent 0323d67 commit e535e63

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
@@ -167,7 +167,7 @@ $$(OPENSSL_DIR-$1)/libssl.a $$(OPENSSL_DIR-$1)/libcrypto.a: $$(OPENSSL_DIR-$1)/M
167167
make all
168168

169169
# Unpack Python
170-
$$(PYTHON_DIR-$1)/Makefile: downloads/Python-$(PYTHON_VERSION).tgz
170+
$$(PYTHON_DIR-$1)/Makefile: downloads/Python-$(PYTHON_VERSION).tgz Python-host
171171
# Unpack target Python
172172
mkdir -p $$(PYTHON_DIR-$1)
173173
tar zxf downloads/Python-$(PYTHON_VERSION).tgz --strip-components 1 -C $$(PYTHON_DIR-$1)

0 commit comments

Comments
 (0)