Skip to content

Commit

Permalink
fix CMAKE_OSX_ARCHITECTURES
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Moreau committed Aug 2, 2024
1 parent 0b32221 commit 69b24cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llvm-prebuilt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
if ('${{matrix.os}}' -eq 'macos') {
$AppleArch = @{'x86_64'='x86_64';'aarch64'='arm64'}['${{matrix.arch}}']
$CMakeArgs += @("-DCMAKE_OSX_ARCHITECTURES=`"$AppleArch`"")
$CMakeArgs += @("-DCMAKE_OSX_ARCHITECTURES=$AppleArch")
}
cmake -G Ninja -S llvm-project/llvm -B llvm-build $CMakeArgs `
Expand Down

0 comments on commit 69b24cb

Please sign in to comment.