mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
add sodium .pc file
This commit is contained in:
parent
fdd594f282
commit
c801dd000a
1 changed files with 12 additions and 0 deletions
12
deps/sodium/lib/pkgconfig/libsodium.pc
vendored
Normal file
12
deps/sodium/lib/pkgconfig/libsodium.pc
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
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}
|
Loading…
Reference in a new issue