We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b8bfd commit d5b2296Copy full SHA for d5b2296
deps/build.sh
@@ -634,7 +634,7 @@ then
634
else
635
if [ "$UNIX_SYSTEM_NAME" = "Darwin" ];
636
then
637
- sed -i '' 's/std::unary_function/__unary_function/g' $CUSTOM_BUILD_ROOT/boost_1_68_0/boost/container_hash/hash.hpp
+ sed -i '' 's/std::unary_function/std::__unary_function/g' $CUSTOM_BUILD_ROOT/boost_1_68_0/boost/container_hash/hash.hpp
638
eval ./b2 cxxflags=-fPIC toolset=clang cxxstd=14 cflags=-fPIC "${PARALLEL_MAKE_OPTIONS}" --prefix="$INSTALL_ROOT" --layout=system variant=debug link=static threading=multi install
639
640
if [[ "${WITH_EMSCRIPTEN}" -eq 1 ]];
0 commit comments