From abc98983e1de7d86c3a429ed820804453808bbe5 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Thu, 13 Oct 2016 17:19:03 +0300 Subject: [PATCH] Add FFI libs for ports. --- gradle.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0a7c8be456b..2534c8a0d7c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,4 @@ kotlin_version=1.0.4 -llvmInstallPath=/opt/local/libexec/llvm-3.8 \ No newline at end of file +llvmInstallPath=/opt/local/libexec/llvm-3.8 +ffiIncludePath=/opt/local/lib/libffi-3.2.1/include +ffiLibPath=/opt/local/lib