Skip to content

Commit e5e1222

Browse files
committed
Updated win installer build to LLVM 19
1 parent d4961c0 commit e5e1222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/make_installer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This script assumes that all clang-uml dependencies are instaled in C:\clang-uml
22

3-
param ($Prefix="C:\clang-uml-llvm18", $BuildType="Release")
3+
param ($Prefix="C:\clang-uml-llvm19", $BuildType="Release")
44

55
mkdir _BUILD
66

0 commit comments

Comments
 (0)