diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gbuild-to-ide | 2 |
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): |