From 0bbb9be629ce35c11e4bf4a5180810ae2b16e5b4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 24 Sep 2018 15:57:53 +0200 Subject: Fix TODOs, mainly escaping strings for ninja --- src/PkgConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PkgConfig.cpp') diff --git a/src/PkgConfig.cpp b/src/PkgConfig.cpp index 42d0d13..3a36f39 100644 --- a/src/PkgConfig.cpp +++ b/src/PkgConfig.cpp @@ -6,7 +6,7 @@ using namespace std; // TODO: Do not use pkg-config program. The same functionality can easily be achieved -// by reading files in /usr/bin/pkgconfig +// by reading files in /usr/share/pkgconfig // Or is there no downside to calling pkg-config program? namespace sibs { -- cgit v1.2.3