37,41d36
< # Prepend the directory where the PLY lex & yacc modules are found
< # to the search path. Assumes we're compiling in a subdirectory
< # of 'build' in the current tree.
< sys.path[0:0] = [os.environ['M5_PLY']]
<