From 7c0ff93ce139fd2792aa64e818c055e047427cc4 Mon Sep 17 00:00:00 2001 From: Erik De Rijcke Date: Mon, 30 Sep 2024 19:11:12 +0200 Subject: [PATCH] Update build.sh Fix sdk build --- sdk/sysrootlibs/sassc/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/sysrootlibs/sassc/build.sh b/sdk/sysrootlibs/sassc/build.sh index 7e034c48..cffa7210 100755 --- a/sdk/sysrootlibs/sassc/build.sh +++ b/sdk/sysrootlibs/sassc/build.sh @@ -33,7 +33,7 @@ make_install_build_pkg() { export PKG_CONFIG_PATH="$TARGET/lib/pkgconfig" autoreconf -fiv - ./configure --prefix="$TARGET" --enable-static --disable-shared -disable-tests --with-libsass=/home/erik/git/greenfield/sdk/build-sysroot + ./configure --prefix="$TARGET" --enable-static --disable-shared -disable-tests --with-libsass="$TARGET" make install }