fix exit code of pkg-config wrapper script

This commit is contained in:
alexey.lysiuk 2020-12-05 15:40:21 +02:00
parent d1862a56e9
commit d8fc93a041
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
echo "% pkg-config $*" >> pkg-config.log
"`dirname \"$0\"`/pkg-config.exe" --define-prefix $* | tee -a pkg-config.log
"`dirname \"$0\"`/pkg-config.exe" --define-prefix $*