Skip to content

Commit b8a593a

Browse files
bit/prjxray-tools: Fix abseil compile flags
1 parent 757fae5 commit b8a593a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bit/prjxray-tools/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -x
55

66
mkdir build
77
cd build
8-
cmake -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
8+
cmake -DCMAKE_CXX_STANDARD=11 -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
99
make
1010
make install
1111

0 commit comments

Comments
 (0)