diff options
Diffstat (limited to 'test/YACC')
-rw-r--r-- | test/YACC/live.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/YACC/live.py b/test/YACC/live.py index 0e5f156..3c5050e 100644 --- a/test/YACC/live.py +++ b/test/YACC/live.py @@ -104,7 +104,7 @@ graph: GRAPH_T """) import sys -if sys.platform == 'darwin': +if sys.platform[:6] == 'darwin': file_hpp = 'file.cpp.h' else: file_hpp = 'file.hpp' |