We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4961c0 commit e5e1222Copy full SHA for e5e1222
packaging/make_installer.ps1
@@ -1,6 +1,6 @@
1
# This script assumes that all clang-uml dependencies are instaled in C:\clang-uml
2
3
-param ($Prefix="C:\clang-uml-llvm18", $BuildType="Release")
+param ($Prefix="C:\clang-uml-llvm19", $BuildType="Release")
4
5
mkdir _BUILD
6
0 commit comments