diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-16 14:45:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-16 14:45:11 -0400 |
commit | c7ee81669b7ff0e0f26e10ac2fa03960f809f2d8 (patch) | |
tree | 9a1148758f997f123ea28b7df448f2977f0aa0c2 | |
parent | b62d862601b7c4cf413609709fa8e0144df32204 (diff) | |
download | u-boot-c7ee81669b7ff0e0f26e10ac2fa03960f809f2d8.tar.gz |
TEST: Try opt/openssl@1.1
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | .azure-pipelines.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 31e69d0f88..4e1e933578 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -16,6 +16,5 @@ jobs: vmImage: $(macos_vm) steps: - script: | - ls /usr/local/opt - find /usr /Applications /Library -name evp.h - make tools-only_config tools-only NO_SDL=1 HOSTCFLAGS="-I/usr/local/miniconda/include" -j$(sysctl -n hw.logicalcpu) + ls -lR /usr/local/opt/openssl@1.1 + make tools-only_config tools-only NO_SDL=1 HOSTCFLAGS="-I/usr/local/opt/openssl@1.1/include" HOSTLDFLAGS="-L/usr/local/opt/openssl@1.1/lib" -j$(sysctl -n hw.logicalcpu) |