Skip to content
Snippets Groups Projects
Verified Commit 0b3322aa authored by Jeremy Soller's avatar Jeremy Soller
Browse files

nano: fix include path and promote to tools

parent d616a5d1
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@ dependencies = [
"ncurses",
]
script = """
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include"
export CPPFLAGS="-I${COOKBOOK_SYSROOT}/include/ncurses"
cookbook_configure
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment