From 5aab9f9240c43ce6b3f647c1dbd2bc7d5ae9b455 Mon Sep 17 00:00:00 2001 From: ahumenberger Date: Sun, 8 Mar 2020 16:39:22 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 208e68c86d8..aefdd864a19 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ jobs: - script: brew cask install julia - script: | julia -e "using Pkg; Pkg.add(\"libcxxwrap_julia_jll\")" - JlCxxDir=$(julia -e "using libcxxwrap_julia_jll; println(joinpath(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path), \"cmake\"))") + JlCxxDir=$(julia -e "using libcxxwrap_julia_jll; println(joinpath(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path), \"cmake\", \"JlCxx\"))") set -e mkdir build cd build