Skip to content

Commit

Permalink
Updated win installer build to LLVM 19
Browse files Browse the repository at this point in the history
  • Loading branch information
bkryza committed Nov 26, 2024
1 parent d4961c0 commit e5e1222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/make_installer.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This script assumes that all clang-uml dependencies are instaled in C:\clang-uml

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

mkdir _BUILD

Expand Down

0 comments on commit e5e1222

Please sign in to comment.