summaryrefslogtreecommitdiff
path: root/bin/gbuild-to-ide
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gbuild-to-ide')
-rwxr-xr-xbin/gbuild-to-ide2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index f005cf25faf2..2e8bc3076ddd 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -258,7 +258,7 @@ class VimIntegrationGenerator(IdeIntegrationGenerator):
command += cxxflag
command += ' -c '
command += file
- return command
+ return command.replace('-std=gnu++11', '-std=c++11')
class KdevelopIntegrationGenerator(IdeIntegrationGenerator):
def encode_int(self, i):