File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,9 @@ downloads/Python-$(PYTHON_VERSION).tgz:
96
96
if [ ! -e downloads/Python-$( PYTHON_VERSION) .tgz ]; then curl -L https://www.python.org/ftp/python/$( PYTHON_VERSION) /Python-$( PYTHON_VERSION) .tgz > downloads/Python-$( PYTHON_VERSION) .tgz; fi
97
97
98
98
PYTHON_DIR-host = build/Python-$(PYTHON_VERSION ) -host
99
+ PYTHON_HOST = $(PYTHON_DIR-host ) /dist/bin/python$(PYTHON_VER )
99
100
100
- Python-host : $(PYTHON_DIR-host ) /dist/bin/python $( PYTHON_VER )
101
+ Python-host : $(PYTHON_HOST )
101
102
102
103
# Unpack host Python
103
104
$(PYTHON_DIR-host ) /Makefile : downloads/Python-$(PYTHON_VERSION ) .tgz
@@ -167,7 +168,7 @@ $$(OPENSSL_DIR-$1)/libssl.a $$(OPENSSL_DIR-$1)/libcrypto.a: $$(OPENSSL_DIR-$1)/M
167
168
make all
168
169
169
170
# Unpack Python
170
- $$(PYTHON_DIR-$1 ) /Makefile: downloads/Python-$(PYTHON_VERSION ) .tgz Python-host
171
+ $$(PYTHON_DIR-$1 ) /Makefile: downloads/Python-$(PYTHON_VERSION ) .tgz $( PYTHON_HOST )
171
172
# Unpack target Python
172
173
mkdir -p $$(PYTHON_DIR-$1 )
173
174
tar zxf downloads/Python-$(PYTHON_VERSION ) .tgz --strip-components 1 -C $$(PYTHON_DIR-$1 )
You can’t perform that action at this time.
0 commit comments