Generic MBEDTLS_ROOT

This commit is contained in:
Andrew Steinborn
2018-12-24 12:18:36 -05:00
parent 1c2235af5a
commit e690d88fa0
3 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Modify as you need.
MBEDTLS_ROOT=mbedtls-2.12.0
MBEDTLS_ROOT=mbedtls
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home
CFLAGS="-O3 -I$JAVA_HOME/include/ -I$JAVA_HOME/include/darwin/ -fPIC -shared"