mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-15 04:32:21 +00:00
13 lines
347 B
PkgConfig
13 lines
347 B
PkgConfig
|
prefix=/home/alex/magnet/example/android/third_party/libsodium/libsodium-1.0.18/libsodium-android-westmere
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libsodium
|
||
|
Version: 1.0.18
|
||
|
Description: A modern and easy-to-use crypto library
|
||
|
|
||
|
Libs: -L${libdir} -lsodium
|
||
|
Libs.private: -pthread
|
||
|
Cflags: -I${includedir}
|