Skip to content
Snippets Groups Projects
Commit c275b41c authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Fixed clang-release build/install script

parent 56649ab0
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ builds:
install: |
cd "$BUILD_DIR"
ninja install
rm "${DESTDIR}${ORCHESTRA_ROOT}/lib64/libc++.so" || true
echo 'INPUT(libc++.so.1 -lc++abi -lpthread)' > "${DESTDIR}${ORCHESTRA_ROOT}/lib64/libc++.so"
......@@ -37,7 +39,6 @@ builds:
rm -rf ${DESTDIR}${ORCHESTRA_ROOT}/include/llvm-c/ || true
fi
ninja install
dependencies:
- toolchain/host/gcc
- toolchain/host/binutils
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment