Skip to content

Commit 8b243f2

Browse files
committed
Fixes for release script
1 parent 44da3b2 commit 8b243f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/release/build_llvm_release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ if "%arch%"=="amd64" (
347347
set filename=clang+llvm-%version%-aarch64-pc-windows-msvc
348348
)
349349
cmake -GNinja %cmake_flags% %cmake_profile_flags% -DLLVM_INSTALL_TOOLCHAIN_ONLY=OFF ^
350-
-DCMAKE_INSTALL_PREFIX=%build_dir%/%filename% ..\llvm-project\llvm || exit /b 1
350+
-DCMAKE_INSTALL_PREFIX=%build_dir%/%filename% %llvm_src%\llvm || exit /b 1
351351
ninja install || exit /b 1
352352
:: check llvm_config is present & returns something
353353
%build_dir%/%filename%/bin/llvm-config.exe --bindir || exit /b 1

0 commit comments

Comments
 (0)