Fill the dynamic library path for OSX

This commit is contained in:
Sungho Lee 2018-01-11 16:00:56 +09:00 committed by Ben Liblit
parent c1f6b70eb0
commit 3984cd0001
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ model {
repositories {
libs(PrebuiltLibraries) {
jdk {
def jniIncludeDi
r = "$currentJavaHome/include"
def jniIncludeDir = "$currentJavaHome/include"
headers.srcDir jniIncludeDir
binaries.withType(SharedLibraryBinary) {
switch (targetPlatform.operatingSystem.name) {