Fix conditional macro

This commit is contained in:
Charalampos Stratakis 2017-05-09 17:05:44 +02:00
parent 27c558eb66
commit 2287f0c54b
1 changed files with 1 additions and 1 deletions

View File

@ -835,7 +835,7 @@ BuildPython optimized \
"--without-ensurepip --enable-optimizations" \
%else
"--without-ensurepip" \
%end
%endif
true
# ======================================================