diff options
author | Daniel Mueller <deso@posteo.net> | 2018-12-10 20:51:50 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2018-12-10 20:51:50 -0800 |
commit | 5875df6c958743cf86c75b2cb5fc2efe5ca0de43 (patch) | |
tree | 5c2275396ba921da440dc54dd76c0e5be1d3c60e /pkg-config/tests/escape.pc | |
parent | df88d39cd9c7b254057ee80dad5367313f2bb87f (diff) | |
download | nitrocli-5875df6c958743cf86c75b2cb5fc2efe5ca0de43.tar.gz nitrocli-5875df6c958743cf86c75b2cb5fc2efe5ca0de43.tar.bz2 |
Update pkg-config crate to 0.3.14
This change updates the pkg-config crate to version 0.3.14.
Import subrepo pkg-config/:pkg-config at f867f8be1babca4d6d9cddc92a817519ae845193
Diffstat (limited to 'pkg-config/tests/escape.pc')
-rw-r--r-- | pkg-config/tests/escape.pc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg-config/tests/escape.pc b/pkg-config/tests/escape.pc new file mode 100644 index 0000000..701c4bf --- /dev/null +++ b/pkg-config/tests/escape.pc @@ -0,0 +1,5 @@ +Name: Escape +Version: 4.2.0 +Description: Escape utility library +Libs: -Llink\ path\ with\ spaces +Cflags: -Iinclude\ path\ with\ spaces -DA=\"escaped\ string\'\ literal\" -DB=ESCAPED\ IDENTIFIER -DFOX=🦊 |