Fix copy-paste error

This commit is contained in:
jD91mZM2 2018-08-11 08:00:03 +02:00
parent 5f856a8795
commit 4f340bd2b8
No known key found for this signature in database
GPG Key ID: 3055D54729A72666

View File

@ -16,7 +16,7 @@ function recipe_update {
function recipe_build {
sysroot="$PWD/../sysroot"
export LDFLAGS="-L$sysroot/lib"
export CPPFLAGS="-I$sysroot/include -I$sysroot/include/ncurses"
export CPPFLAGS="-I$sysroot/include"
./configure \
--enable-cross-compile \
--target-os=redox \