From 19607ef2bd319eaeddd52825546282cf7c0fb59b Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 24 Mar 2021 19:05:22 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 48017d805..0812f532d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -80,8 +80,8 @@ jobs: pool: vmImage: 'macOS-10.15' variables: - LD_LIBRARY_PATH=/usr/local/opt/llvm/lib - LIBRARY_PATH=/usr/local/opt/llvm/lib + LD_LIBRARY_PATH: /usr/local/opt/llvm/lib + LIBRARY_PATH: /usr/local/opt/llvm/lib steps: - script: | brew update