mdwsetup.py (pkg_config): Change the token shown in error reports.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 1 Oct 2019 21:57:13 +0000 (22:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 May 2020 11:30:13 +0000 (12:30 +0100)
mdwsetup.py

index 45772fb..322e194 100644 (file)
@@ -106,12 +106,12 @@ def pkg_config(pkg, version):
 
   for word in progoutput(['pkg-config', '--cflags', spec]).split():
     if word.startswith('-I'): INCLUDEDIRS.append(word[2:])
-    else: weird('--cflags', word)
+    else: weird('CFLAGS', word)
 
   for word in progoutput(['pkg-config', '--libs', spec]).split():
     if word.startswith('-L'): LIBDIRS.append(word[2:])
     elif word.startswith('-l'): LIBS.append(word[2:])
-    else: weird('--libs', word)
+    else: weird('LIBS', word)
 
 ###--------------------------------------------------------------------------
 ### Substituting variables in files.