From 4f340bd2b873d2011a7828a10cdbf268902c440f Mon Sep 17 00:00:00 2001 From: jD91mZM2 <me@krake.one> Date: Sat, 11 Aug 2018 08:00:03 +0200 Subject: [PATCH] Fix copy-paste error --- recipes/ffmpeg/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ffmpeg/recipe.sh b/recipes/ffmpeg/recipe.sh index 93ab89c39..18ed8d920 100644 --- a/recipes/ffmpeg/recipe.sh +++ b/recipes/ffmpeg/recipe.sh @@ -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 \ -- GitLab