File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1157,11 +1157,11 @@ def buildPython():
1157
1157
(' ' , '--without-ensurepip ' )[PYTHON_3 ],
1158
1158
(' ' , "--with-openssl='%s/libraries/usr/local'" % (
1159
1159
shellQuote (WORKDIR )[1 :- 1 ],))[PYTHON_3 ],
1160
- (' ' , "--with-tcltk-includes='-I%s/libraries/usr/local/include'" % (
1160
+ (' ' , "--enable-optimizations --with-lto" )[compilerCanOptimize ()],
1161
+ (' ' , "TCLTK_CFLAGS='-I%s/libraries/usr/local/include'" % (
1161
1162
shellQuote (WORKDIR )[1 :- 1 ],))[internalTk ()],
1162
- (' ' , "--with-tcltk-libs ='-L%s/libraries/usr/local/lib -ltcl8.6 -ltk8.6'" % (
1163
+ (' ' , "TCLTK_LIBS ='-L%s/libraries/usr/local/lib -ltcl8.6 -ltk8.6'" % (
1163
1164
shellQuote (WORKDIR )[1 :- 1 ],))[internalTk ()],
1164
- (' ' , "--enable-optimizations --with-lto" )[compilerCanOptimize ()],
1165
1165
shellQuote (WORKDIR )[1 :- 1 ],
1166
1166
shellQuote (WORKDIR )[1 :- 1 ]))
1167
1167
You can’t perform that action at this time.
0 commit comments