Skip to content

Commit e4a9e68

Browse files
authored
NEWS entry and build changes for p7zip update (#60086)
Follow up for #60025 There is no 7z.dll anymore, so I removed that from the Makefile
1 parent b60d1db commit e4a9e68

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@ endif
219219
JL_PRIVATE_LIBS-0 := libccalltest libccalllazyfoo libccalllazybar libllvmcalltest
220220
JL_PRIVATE_LIBS-1 := # libraries from USE_SYSTEM=1
221221
JL_PRIVATE_EXES := 7z
222-
ifeq ($(OS),WINNT)
223-
JL_PRIVATE_EXES += 7z.dll
224-
endif
225222
JL_PRIVATE_TOOLS :=
226223
ifeq ($(JULIA_BUILD_MODE),release)
227224
JL_PRIVATE_LIBS-0 += libjulia-internal libjulia-codegen

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ Standard library changes
125125
External dependencies
126126
---------------------
127127

128+
* 7-Zip updated from p7zip v17.06 to upstream 7-Zip v25.01. On Windows, the full 7z.exe/7z.dll bundle is replaced with standalone 7za.exe, which supports fewer formats but unifies cross-platform behavior. ([#60025]).
129+
128130
Tooling Improvements
129131
--------------------
130132

0 commit comments

Comments
 (0)