mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
Fix copy-paste error
This commit is contained in:
parent
5f856a8795
commit
4f340bd2b8
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user