mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 12:51:36 +00:00
12 lines
248 B
PkgConfig
12 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}
|