Skip to content

Commit 4ecf860

Browse files
committed
add install dir for patch_final_config_cmake
1 parent b176de2 commit 4ecf860

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,8 @@ CURRENT_DIR=$TOOLCHAIN_DIR/final
410410
SYSROOT=$TOOLCHAIN_DIR/final/$TUPLE/$TUPLE/sysroot
411411
PREFIX=$SYSROOT/usr
412412

413-
patch_final_config_cmake
413+
install_dir="$PREFIX" patch_final_config_cmake
414+
414415

415416
# Remove all the versions of libstdc++ from the sysroot.
416417
( cd $PREFIX/lib; \

0 commit comments

Comments
 (0)