Skip to content

Commit

Permalink
Unset openssl env vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed May 16, 2019
1 parent 3307771 commit ea247d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/taskcluster/decision_task.py
Expand Up @@ -817,8 +817,8 @@ def magicleap_build_task(name, build_type):
export MLCERT="$PWD/magicleap/certs/TempSharedCert.cert"
""")
.with_script("""
export OPENSSL_INCLUDE_DIR=
export OPENSSL_LIB_DIR=
unset OPENSSL_INCLUDE_DIR
unset OPENSSL_LIB_DIR
export HOST_CC=$(brew --prefix llvm)/bin/clang
export HOST_CXX=$(brew --prefix llvm)/bin/clang++
""")
Expand Down

0 comments on commit ea247d4

Please sign in to comment.