Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2022-02-09 21:41:37 +01:00 committed by GitHub
parent 0fd49257fb
commit 3c51897ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -185,8 +185,8 @@ jobs:
variables:
LD_LIBRARY_PATH: /usr/local/opt/llvm/lib:/usr/local/lib:$LD_LIBRARY_PATH
DYLD_LIBRARY_PATH: $LD_LIBRARY_PATH
LIBRARY_PATH: /usr/local/opt/llvm/lib
LDFLAGS: -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
LIBRARY_PATH: /usr/local/opt/llvm/lib:/usr/local/lib
LDFLAGS: -L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -L/usr/local/lib
steps:
- script: |
brew update