Moved some linkerOpts from build.sh and build.gradle to .def,

where it does not involve any complex intelligence.
This commit is contained in:
Alexander Gorshenev
2017-06-29 16:24:46 +03:00
committed by alexander-gorshenev
parent 5effdcb1d2
commit 33993236de
15 changed files with 29 additions and 33 deletions
-1
View File
@@ -9,6 +9,5 @@ konanInterop {
konanArtifacts {
Curl {
useInterop 'libcurl'
linkerOpts "-L/opt/local/lib -L/usr/lib/x86_64-linux-gnu -L/usr/local/opt/curl/lib -lcurl"
}
}