Browse Source

Update azure-pipelines.yml

pull/3529/head
Martin Kroeker GitHub 4 years ago
parent
commit
3c51897ad4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      azure-pipelines.yml

+ 2
- 2
azure-pipelines.yml 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


Loading…
Cancel
Save