Skip to content
Snippets Groups Projects
Commit 01b6d5de authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #71 from Nickforall/ncurses-patch

Fix ncurses failing to compile.
parents 0ff24ae2 6d3e9cc1
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ function recipe_update {
}
function recipe_build {
export CPPFLAGS="-P"
./configure --host=${HOST} --prefix=""
make
skip=1
......
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