diff --git a/recipes/gears/recipe.sh b/recipes/gears/recipe.sh index ea1114b4d419186d7e10f61c5fc297240e08fb4d..570139e974f4ddaa8f14d6517986bd16aff4439f 100644 --- a/recipes/gears/recipe.sh +++ b/recipes/gears/recipe.sh @@ -19,7 +19,7 @@ function recipe_prepare { function recipe_build { sysroot="$(realpath ../sysroot)" set -x - "${CXX}" -O2 -I "$sysroot/include" -L "$sysroot/lib" gears.c -o gears -static -lorbital $("${PKG_CONFIG}" --libs glu) -lglapi -lz + "${CXX}" -O2 -I "$sysroot/include" -L "$sysroot/lib" gears.c -o gears -static -lorbital $("${PKG_CONFIG}" --libs glu) $("${TARGET}-llvm-config" --libs all) -lz set +x skip=1 }