mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-30 15:10:06 +01:00
Fix srcdir != builddir error in check-debug
Another fix for the fragile check-debug test where a message about adding to the pkg-config path expected '.' to be the srcdir.
This commit is contained in:
parent
8b7489a36f
commit
3da597804f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ set -e
|
|||
# more than desirable.
|
||||
|
||||
RESULT="PKG_CONFIG_DEBUG_SPEW variable enabling debug spew
|
||||
Adding directory '.' from PKG_CONFIG_PATH
|
||||
Adding directory '$srcdir' from PKG_CONFIG_PATH
|
||||
Global variable definition 'pc_sysrootdir' = '/'
|
||||
Global variable definition 'pc_top_builddir' = '\$(top_builddir)'
|
||||
Error printing enabled by default due to use of output options besides --exists or --atleast/exact/max-version. Value of --silence-errors: 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue