Skip to content

Commit d5b2296

Browse files
committed
fix mac build
1 parent 79b8bfd commit d5b2296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ then
634634
else
635635
if [ "$UNIX_SYSTEM_NAME" = "Darwin" ];
636636
then
637-
sed -i '' 's/std::unary_function/__unary_function/g' $CUSTOM_BUILD_ROOT/boost_1_68_0/boost/container_hash/hash.hpp
637+
sed -i '' 's/std::unary_function/std::__unary_function/g' $CUSTOM_BUILD_ROOT/boost_1_68_0/boost/container_hash/hash.hpp
638638
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
639639
else
640640
if [[ "${WITH_EMSCRIPTEN}" -eq 1 ]];

0 commit comments

Comments
 (0)