aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/fake-pkg-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fake-pkg-config b/bin/fake-pkg-config
index 780407b..032ac7f 100755
--- a/bin/fake-pkg-config
+++ b/bin/fake-pkg-config
@@ -5,7 +5,7 @@ exists () {
}
cflags () {
- echo "-I${OUTPUT}/build-build/opt/ncurses/include -DKBUILD_NO_NLS -DCURSES_LOC=\"<${1}/ncurses.h>\""
+ echo "-I${OUTPUT}/build-build/opt/ncurses/include -DKBUILD_NO_NLS -DCURSES_LOC=\\\"<${1}/ncurses.h>\\\""
}
libs () {