diff options
Diffstat (limited to 'libsodium.xml')
-rw-r--r-- | libsodium.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libsodium.xml b/libsodium.xml index 5b748f2..0c28ba8 100644 --- a/libsodium.xml +++ b/libsodium.xml @@ -9,20 +9,20 @@ <version> <!-- Version of the library --> -1.0.18 +1.0.19 </version> <headers> <!-- The list of paths to header files and/or directories with header files, one per line --> -/usr/include/sodium.h -/usr/include/sodium +/opt/libsodium/1.0.19/include/sodium.h +/opt/libsodium/1.0.19/include/sodium </headers> <libs> <!-- The list of paths to shared objects and/or directories with shared objects, one per line --> -/usr/lib64/libsodium.so +/opt/libsodium/1.0.19/lib/libsodium.so </libs> <!-- |