summaryrefslogtreecommitdiff
path: root/bin/fake-pkg-config
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-01-29 14:41:20 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-01-29 14:41:20 +0000
commit9c254afab26dfedd15a1f3133c528d88344049bb (patch)
treebf016bde7ade891cc0cbc80b28464b6dfa9ff856 /bin/fake-pkg-config
parentad0d872e66c0bfeffd41466791e6b844d8916f83 (diff)
downloadlh-bootstrap-9c254afab26dfedd15a1f3133c528d88344049bb.tar.xz
Sigh... almost there... almost...
Diffstat (limited to 'bin/fake-pkg-config')
-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 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 () {