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 }