tags 588844 + help patch
thanks

Here is a patch which probably fix the problem, could someone has a
kfreebsd box help me test whether it can work?

-- 
Regards,
Aron Xu
--- a/pygccxml/parser/config.py
+++ b/pygccxml/parser/config.py
@@ -169,7 +169,7 @@
         if sys.platform == 'win32':
             gccxml_name = 'gccxml' + '.exe'
             environment_var_delimiter = ';'
-        elif sys.platform == 'linux2' or sys.platform == 'darwin':
+        elif os.name == 'posix':
             gccxml_name = 'gccxml'
             environment_var_delimiter = ':'
         else:

Attachment: signature.asc
Description: Digital signature

Reply via email to