From 9c254afab26dfedd15a1f3133c528d88344049bb Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 29 Jan 2021 14:41:20 +0000 Subject: Sigh... almost there... almost... --- bin/fake-pkg-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/fake-pkg-config') diff --git a/bin/fake-pkg-config b/bin/fake-pkg-config index 032ac7f..69e30d1 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/${1} -DKBUILD_NO_NLS" } libs () { -- cgit v1.2.3