nano: fix include path and promote to tools

This commit is contained in:
Jeremy Soller 2024-01-03 13:08:38 -07:00
parent d616a5d1aa
commit 0b3322aa61
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -7,6 +7,6 @@ dependencies = [
"ncurses",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include"
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
cookbook_configure
"""