gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-kotlin] branch master updated: Add libsodium library paths


From: gnunet
Subject: [taler-wallet-kotlin] branch master updated: Add libsodium library paths for Debian and Fedora
Date: Mon, 03 Aug 2020 16:02:09 +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 c85b7ff  Add libsodium library paths for Debian and Fedora
c85b7ff is described below

commit c85b7ffe30b1eee0dc07f4195c2f59a65be5a3f4
Author: Torsten Grote <t@grobox.de>
AuthorDate: Mon Aug 3 11:01:45 2020 -0300

    Add libsodium library paths for Debian and Fedora
---
 src/nativeInterop/cinterop/sodium.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nativeInterop/cinterop/sodium.def 
b/src/nativeInterop/cinterop/sodium.def
index eb9c922..7000cbb 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
+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]