gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-kotlin] branch master updated: comment out libsodium cinte


From: gnunet
Subject: [taler-wallet-kotlin] branch master updated: comment out libsodium cinterop static linking
Date: Mon, 03 Aug 2020 16:30:26 +0200

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository wallet-kotlin.

The following commit(s) were added to refs/heads/master by this push:
     new 33ab248  comment out libsodium cinterop static linking
33ab248 is described below

commit 33ab2485b984787a2eb774e407b413b9d7c62116
Author: Torsten Grote <t@grobox.de>
AuthorDate: Mon Aug 3 11:29:46 2020 -0300

    comment out libsodium cinterop static linking
    
    until we have a solution that works on Linux and Mac
---
 src/nativeInterop/cinterop/sodium.def | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/nativeInterop/cinterop/sodium.def 
b/src/nativeInterop/cinterop/sodium.def
index 7000cbb..ada5019 100644
--- a/src/nativeInterop/cinterop/sodium.def
+++ b/src/nativeInterop/cinterop/sodium.def
@@ -1,6 +1,6 @@
 headers = sodium.h
-staticLibraries = libsodium.a
-libraryPaths = /usr/local/lib /usr/lib64 /usr/lib/x86_64-linux-gnu
+#staticLibraries = libsodium.a
+#libraryPaths = /usr/local/lib /usr/lib64 /usr/lib/x86_64-linux-gnu
 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]