Skip to content

Commit a8da589

Browse files
committed
Add ABSL_INTERNAL_AT_LEAST_CXX17=0 for the 64 bit archs too
1 parent 731a8ed commit a8da589

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildscripts/make_dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ else
6262
fi
6363
cmake .. \
6464
-DCMAKE_CXX_STANDARD=14 -Dprotobuf_BUILD_TESTS=OFF -DBUILD_SHARED_LIBS=OFF \
65-
-DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" -Dcrosscompile_ARCH="$GCC_ARCH" \
65+
-DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" -DABSL_INTERNAL_AT_LEAST_CXX17=0 \
66+
-Dcrosscompile_ARCH="$GCC_ARCH" \
6667
-DCMAKE_TOOLCHAIN_FILE=$BUILDSCRIPTS_DIR/toolchain.cmake \
6768
-B.
6869
fi

0 commit comments

Comments
 (0)