mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
Merge pull request #71 from Nickforall/ncurses-patch
Fix ncurses failing to compile.
This commit is contained in:
commit
01b6d5de78
@ -12,6 +12,7 @@ function recipe_update {
|
||||
}
|
||||
|
||||
function recipe_build {
|
||||
export CPPFLAGS="-P"
|
||||
./configure --host=${HOST} --prefix=""
|
||||
make
|
||||
skip=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user