diff options
Diffstat (limited to 'server/autobuild')
| -rwxr-xr-x | server/autobuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/autobuild b/server/autobuild index 8b9c482..f9d2557 100755 --- a/server/autobuild +++ b/server/autobuild @@ -570,8 +570,8 @@ if [ -n "$INSTALL_DIR" ]; then prefix=--bindir=$INSTALL_DIR fi -echo "./configure -q $prefix && make clean && make -s" -eval "./configure -q $(quote "$prefix") && make clean && make -s || exit_fail" +echo "./configure CXXFLAGS='-std=c++17' -q $prefix && make clean && make -s" +eval "./configure CXXFLAGS='-std=c++17' -q $(quote "$prefix") && make clean && make -s || exit_fail" echo if [ -n "$INSTALL_DIR" ]; then echo "---------------------------" |
