From ae1017e7da60020792e28633a7e37296949071b3 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 24 Mar 2021 18:52:23 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 86883f5d5..48017d805 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -79,6 +79,9 @@ jobs: - job: OSX_OpenMP_Clang pool: vmImage: 'macOS-10.15' + variables: + LD_LIBRARY_PATH=/usr/local/opt/llvm/lib + LIBRARY_PATH=/usr/local/opt/llvm/lib steps: - script: | brew update