Skip to content

Commit f8a92e5

Browse files
committed
Installing libc++ from ./install.sh. Close #177
1 parent 88bc90d commit f8a92e5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ cd $BUILD_DIR
7272
echo -e "\n\n >>> GETTING / BUILDING llvm / libc++ \n"
7373
$IncludeOS_src/etc/build_llvm32.sh
7474

75+
echo -e "\n\n >>> INSTALLING libc++ \n"
76+
cp $BUILD_DIR/$llvm_build/lib/libc++.a $INSTALL_DIR/lib/
77+
7578

7679
if [ ! -z $do_newlib ]; then
7780
echo -e "\n\n >>> GETTING / BUILDING NEWLIB \n"

src/libc++.a

-1.13 MB
Binary file not shown.

0 commit comments

Comments
 (0)