diff options
Diffstat (limited to 'bin/fake-pkg-config')
-rwxr-xr-x | bin/fake-pkg-config | 2 |
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 () { |