add logging to pkg-config wrapper

This commit is contained in:
alexey.lysiuk 2020-08-13 19:17:27 +03:00
parent 033e1135b4
commit 6681f73368
1 changed files with 2 additions and 1 deletions

View File

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