Fix conditional macro

This commit is contained in:
Charalampos Stratakis 2017-05-09 17:05:44 +02:00
parent 368ff01e1e
commit 63656420a3
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
# ======================================================