Skip to content
Snippets Groups Projects
Commit 4a088616 authored by Charalampos Stratakis's avatar Charalampos Stratakis
Browse files

Fix ppc64le compilation

parent 4bfab3cf
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ def get_config_schema():
IncludeDir, LibraryDir, Libraries, \
Switch, StringListOption
default_cxxflags = ['-std=c++0x']
default_cxxflags = ['-std=gnu++11']
if 'darwin' in sys.platform:
import platform
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment