diff options
| author | Nils Tonnätt <nils.tonnaett@posteo.de> | 2021-08-12 13:45:35 +0200 |
|---|---|---|
| committer | Nils Tonnätt <nils.tonnaett@posteo.de> | 2021-08-12 13:57:50 +0200 |
| commit | 27ad5b6d2b4da5ca9d57a666b1d899b79939ffa6 (patch) | |
| tree | 35baca49d51a718ac773236b1d4e88e21eb3bdd4 /rtaudio.pc.in | |
| parent | 6e97e6f9ae48a640d7d1e6e00298c474f817a5ec (diff) | |
[Pkg-Config] Add Lib flags for linking RtAudio statically with CoreAudio
Diffstat (limited to 'rtaudio.pc.in')
| -rw-r--r-- | rtaudio.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtaudio.pc.in b/rtaudio.pc.in index cf0890d..964546e 100644 --- a/rtaudio.pc.in +++ b/rtaudio.pc.in @@ -8,5 +8,5 @@ Description: RtAudio - a set of C++ classes that provide a common API for realti Version: @PACKAGE_VERSION@ Requires.private: @req@ Libs: -L${libdir} -lrtaudio -Libs.private: -lpthread +Libs.private: -lpthread @req_libs@ Cflags: -pthread -I${includedir} @api@ |
