Skip to content

Commit

Permalink
Modify to install third party to use own repository's that
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Oct 1, 2023
1 parent 7f1d3fa commit 1d59252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/install/install-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cmake -G Ninja -DCMAKE_BUILD_TYPE=${TG_CMAKE_BUILD_TYPE} -DCMAKE_CXX_FLAGS_RELWI
cmake --build . --target install --parallel ${TG_CMAKE_BUILD_PARALLEL} -- ${TG_COMMON_BUILD_TOOL_OPTIONS}

echo -e "\n[Install hopscotch-map]"
cd "${TG_YUGAWARA_DIR}/third_party/hopscotch-map"
cd "${TG_INSTALL_BASE_DIR}/third_party/hopscotch-map"
if [ "clean" = "${TG_CLEAN_BUILD}" ]; then
rm -fr ../../build-hopscotch-map
fi
Expand Down Expand Up @@ -111,7 +111,7 @@ cmake -G Ninja -DCMAKE_BUILD_TYPE=${TG_CMAKE_BUILD_TYPE} -DCMAKE_CXX_FLAGS_RELWI
cmake --build . --target install --parallel ${TG_CMAKE_BUILD_PARALLEL} -- ${TG_COMMON_BUILD_TOOL_OPTIONS}

echo -e "\n[Install moodycamel::ConcurrentQueue]"
cd "${TG_TATEYAMA_DIR}/third_party/concurrentqueue"
cd "${TG_INSTALL_BASE_DIR}/third_party/concurrentqueue"
if [ "clean" = "${TG_CLEAN_BUILD}" ]; then
rm -fr ../../build-concurrentqueue
fi
Expand Down

0 comments on commit 1d59252

Please sign in to comment.