Skip to content

Commit

Permalink
macOS built pipleline is set to build the universal form of the binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
adelhpour committed Oct 16, 2023
1 parent fbcbfe7 commit 309b8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ stages:
- script: |
mkdir $(BUILD_DIRECTORY)
cd $(BUILD_DIRECTORY)
cmake -DCMAKE_INSTALL_PREFIX="$(INSTALL_DIRECTORY)" -DCMAKE_BUILD_TYPE=$(BuildType) ../llvm
cmake -DCMAKE_INSTALL_PREFIX="$(INSTALL_DIRECTORY)" -DCMAKE_BUILD_TYPE=$(BuildType) -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" ../llvm
displayName: ConfigureCommand
- script: |
cd $(BUILD_DIRECTORY)
Expand Down

0 comments on commit 309b8a1

Please sign in to comment.