summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-02 01:43:08 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-02 01:43:08 -0400
commit91dad4b89cd73f68cbbe36aa6211f39af6cb3344 (patch)
tree9544e5a023bf26e4e7a15adec44024e38a85b2bb /src
parent53ae9a68cae1d6c30247ef91108c39702cde5233 (diff)
downloadwallet-kotlin-91dad4b89cd73f68cbbe36aa6211f39af6cb3344.tar.gz
wallet-kotlin-91dad4b89cd73f68cbbe36aa6211f39af6cb3344.tar.bz2
wallet-kotlin-91dad4b89cd73f68cbbe36aa6211f39af6cb3344.zip
link libsodium statically
Diffstat (limited to 'src')
-rw-r--r--src/nativeInterop/cinterop/sodium.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nativeInterop/cinterop/sodium.def b/src/nativeInterop/cinterop/sodium.def
index 1c90295..eb9c922 100644
--- a/src/nativeInterop/cinterop/sodium.def
+++ b/src/nativeInterop/cinterop/sodium.def
@@ -1,4 +1,6 @@
headers = sodium.h
+staticLibraries = libsodium.a
+libraryPaths = /usr/local/lib
headerFilter = sodium.h sodium/**
compilerOpts = -I/usr/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu/
linkerOpts = -lsodium -L/usr/lib/x86_64-linux-gnu -L/usr/lib64/ -L/usr/local/lib