File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ if exist "%EXTERNALS_DIR%" (
4242if " %DO_FETCH% " == " false" goto end
4343:fetch
4444
45- if " %ORG% " == " " (set ORG=python )
45+ if " %ORG% " == " " (set ORG=zware )
4646call " %PCBUILD% \find_python.bat" " %PYTHON% "
4747
4848if NOT DEFINED PYTHON (
@@ -80,7 +80,7 @@ echo.Fetching external binaries...
8080set binaries =
8181if NOT " %IncludeLibffi% " == " false" set binaries = %binaries% libffi-3.4.4
8282if NOT " %IncludeSSL% " == " false" set binaries = %binaries% openssl-bin-3.5.6
83- if NOT " %IncludeTkinter% " == " false" set binaries = %binaries% tcltk-9.0.3.0
83+ if NOT " %IncludeTkinter% " == " false" set binaries = %binaries% tcltk-9.0.3.0-unsigned
8484if NOT " %IncludeSSLSrc% " == " false" set binaries = %binaries% nasm-2.11.06
8585if NOT " %IncludeLLVM% " == " false" set binaries = %binaries% llvm-21.1.4.0
8686
Original file line number Diff line number Diff line change 1414 <TkRevision >$([System.Version]::Parse($(TkVersion)).Revision)</TkRevision >
1515 <tclDir Condition =" $(tclDir) == ''" >$(ExternalsDir)tcl-$(TclVersion)\</tclDir >
1616 <tkDir Condition =" $(tkDir) == ''" >$(ExternalsDir)tk-$(TkVersion)\</tkDir >
17- <tcltkDir Condition =" $(tcltkDir) == ''" >$(ExternalsDir)tcltk-$(TclVersion)\$(ArchName)\</tcltkDir >
17+ <tcltkDir Condition =" $(tcltkDir) == ''" >$(ExternalsDir)tcltk-$(TclVersion)-unsigned \$(ArchName)\</tcltkDir >
1818 <tcltkSuffix Condition =" '$(TclMajorVersion)' == '8'" >t</tcltkSuffix >
1919 <tkPrefix Condition =" '$(TclMajorVersion)' == '9'" >tcl9</tkPrefix >
2020 <TclshNativeFlag Condition =" $(Platform) != 'Win32'" >TCLSH_NATIVE="$(tcltkDir)\..\win32\bin\tclsh$(TclMajorVersion)$(TclMinorVersion)$(tcltkSuffix).exe"</TclshNativeFlag >
You can’t perform that action at this time.
0 commit comments