mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 11:38:41 +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 {
|
function recipe_build {
|
||||||
sysroot="$PWD/../sysroot"
|
sysroot="$PWD/../sysroot"
|
||||||
export LDFLAGS="-L$sysroot/lib"
|
export LDFLAGS="-L$sysroot/lib"
|
||||||
export CPPFLAGS="-I$sysroot/include -I$sysroot/include/ncurses"
|
export CPPFLAGS="-I$sysroot/include"
|
||||||
./configure \
|
./configure \
|
||||||
--enable-cross-compile \
|
--enable-cross-compile \
|
||||||
--target-os=redox \
|
--target-os=redox \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user