Skip to content

Commit df82e4d

Browse files
Merge pull request #213 from hdl/prjxray-absl-fix
[WIP] bit/prjxray-tools: Fix abseil compile flags
2 parents 757fae5 + b8a593a commit df82e4d

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)