mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-26 05:41:14 +00:00
13 lines
248 B
PkgConfig
13 lines
248 B
PkgConfig
|
prefix=
|
||
|
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}
|