diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-29 14:41:20 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-29 14:41:20 +0000 |
commit | 9c254afab26dfedd15a1f3133c528d88344049bb (patch) | |
tree | bf016bde7ade891cc0cbc80b28464b6dfa9ff856 /bin/fake-pkg-config | |
parent | ad0d872e66c0bfeffd41466791e6b844d8916f83 (diff) | |
download | lh-bootstrap-9c254afab26dfedd15a1f3133c528d88344049bb.tar.xz |
Sigh... almost there... almost...
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 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 () { |