diff options
Diffstat (limited to 'third_party/rust/pkg-config/tests/rpath.pc')
-rw-r--r-- | third_party/rust/pkg-config/tests/rpath.pc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/rust/pkg-config/tests/rpath.pc b/third_party/rust/pkg-config/tests/rpath.pc new file mode 100644 index 0000000000..7c36c5cb71 --- /dev/null +++ b/third_party/rust/pkg-config/tests/rpath.pc @@ -0,0 +1,7 @@ +prefix=/usr/local + +Name: rpath +Version: 4.2.0 +Description: RPath example library +Libs: -L${prefix}/lib -Wl,-rpath,${prefix}/lib -lrpath +Cflags: -I${prefix}/include |