Browse Source

add @api@ to pkg-config's CFLAGS

tags/5.1.0
IOhannes m zmölnig 7 years ago
parent
commit
5835fe7842
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rtaudio.pc.in

+ 1
- 1
rtaudio.pc.in View File

@@ -9,4 +9,4 @@ Version: @PACKAGE_VERSION@
Requires: @req@
Libs: -L${libdir} -lrtaudio
Libs.private: -lpthread
Cflags: -pthread -I${includedir}
Cflags: -pthread -I${includedir} @api@

Loading…
Cancel
Save