summarylogtreecommitdiffstats
path: root/vars.mk
blob: 657637db1d9f951383840990628aaf5d6c5d6e4b (plain)
1
2
3
4
5
6
# Turtl core-rs expects OpenSSL v1.0.x, whereas the default (at least on my
# system) is v1.1.x, so here we manually specify prefixes for v1.0.x.
# This file is copied into the core-rs source tree and sourced automatically
# from the main Makefile.
export OPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0
export OPENSSL_LIB_DIR=/usr/lib/openssl-1.0