Skip to content

Commit a8e2181

Browse files
committed
apparently, this needs to be commented out on Windows
1 parent 94444ed commit a8e2181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygccxml/parser/source_reader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ def __create_command_line(self, file, xmlfile):
118118
if self.__config.compiler:
119119
cmd.append( " --gccxml-compiler %s" % self.__config.compiler )
120120
cmd_line = ' '.join(cmd)
121-
if 'nt' == os.name:
122-
cmd_line = '"%s"' % cmd_line
121+
#if 'nt' == os.name:
122+
# cmd_line = '"%s"' % cmd_line
123123
self.logger.info( 'gccxml cmd: %s' % cmd_line )
124124
return cmd_line
125125

0 commit comments

Comments
 (0)