Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
Fix sdk build
  • Loading branch information
Zubnix authored Sep 30, 2024
1 parent becde77 commit 7c0ff93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/sysrootlibs/sassc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 7c0ff93

Please sign in to comment.