Skip to content

Commit

Permalink
Update android-llvm-msvc-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh5225 authored Feb 3, 2024
1 parent 12e4072 commit 16e3774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-llvm-msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
-DCMAKE_INSTALL_PREFIX=install \
-DCOMPILER_RT_DEFAULT_TARGET_TRIPLE="aarch64-android-android-android" \
-DCOMPILER_RT_DEFAULT_TARGET_ARCH="aarch64"
time cmake --build compiler-rt-build --config Release
time cmake --build compiler-rt-build --config ${{ env.BUILD_TYPE }}
sudo cmake --build compiler-rt-build --target install
- name: Package llvm
Expand Down

0 comments on commit 16e3774

Please sign in to comment.