revert remove libstdc++

pull/185/head
cronyx 2022-02-23 10:40:28 +03:00
parent ac42c54ad6
commit 0d2efddca6
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ ln -sfv /lib/libc.so ${TARGET_DIR}/lib/ld-uClibc.so.0
ln -sfv ../../lib/libc.so ${TARGET_DIR}/usr/bin/ldd
#
# Comment out this line if you want to save the libraries
# rm -f ${TARGET_DIR}/usr/lib/libstdc++*
rm -f ${TARGET_DIR}/usr/lib/libstdc++*
#