Fix typo.

This commit is contained in:
SENOO, Ken 2019-06-08 15:13:50 +09:00
parent 55b6aa2f85
commit 40b6371b13

View file

@ -34,10 +34,10 @@ PKG_CONFIG_SYSTEM_INCLUDE_PATH=/foo/include
PKG_CONFIG_SYSTEM_LIBRARY_PATH=/foo/lib
RESULT="-I/usr/include"
PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 rrun_test --cflags system
PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 run_test --cflags system
RESULT="-L/usr/lib -lsystem"
PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 rrun_test --libs system
PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 run_test --libs system
# Now check that the various GCC environment variables also update the
# system include path
@ -56,7 +56,7 @@ done
# system include path when --msvc-syntax is in use
for var in INCLUDE; do
RESULT="-I/usr/include"
eval PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 r$var=/usr/include run_test --cflags system
eval PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 $var=/usr/include run_test --cflags system
# Make sure these are skipped in --msvc-syntax mode
if [ "$native_win32" = yes ]; then