Skip to content

Commit

Permalink
パッケージディレクトリ変更に追従する
Browse files Browse the repository at this point in the history
  • Loading branch information
torikizi committed Oct 31, 2023
1 parent cad4580 commit e5b484c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/BUILD_LINUX_LOCAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ if [ ! -e $INSTALL_DIR/boost/lib/libboost_filesystem.a ]; then
cxxflags=" \
-D_LIBCPP_ABI_UNSTABLE \
-nostdinc++ \
-isystem$SOURCE_DIR/webrtc/src/buildtools/third_party/libc++/trunk/include \
-isystem$SOURCE_DIR/webrtc/src/buildtools/third_party/libc++/src/include \
" \
toolset=clang \
visibility=global \
Expand Down Expand Up @@ -381,7 +381,7 @@ pushd ../_build/local_webrtc
-DWEBRTC_LIBRARY_DIR=$INSTALL_DIR/webrtc/lib \
-DCLANG_ROOT=$SOURCE_DIR/webrtc/src/third_party/llvm-build/Release+Asserts \
-DUSE_LIBCXX=ON \
-DLIBCXX_INCLUDE_DIR=$SOURCE_DIR/webrtc/src/buildtools/third_party/libc++/trunk/include \
-DLIBCXX_INCLUDE_DIR=$SOURCE_DIR/webrtc/src/buildtools/third_party/libc++/src/include \
../..

cmake --build . -j$JOBS
Expand Down
4 changes: 2 additions & 2 deletions script/get_llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ popd
# 特定バージョンの libcxx を利用する
pushd $OUTPUT_DIR/llvm
if [ ! -e libcxx/.git ]; then
git clone $WEBRTC_SRC_BUILDTOOLS_THIRD_PARTY_LIBCXX_TRUNK_URL
git clone $WEBRTC_SRC_THIRD_PARTY_LIBCXX_SRC_URL
fi
pushd libcxx
git fetch
git reset --hard $WEBRTC_SRC_BUILDTOOLS_THIRD_PARTY_LIBCXX_TRUNK_COMMIT
git reset --hard $WEBRTC_SRC_THIRD_PARTY_LIBCXX_SRC_COMMIT
popd
popd

Expand Down

0 comments on commit e5b484c

Please sign in to comment.