diff -r 144cf3af992c -r 23045c351012 py_ext/PythonFileCTNMixin.py --- a/py_ext/PythonFileCTNMixin.py Wed Nov 12 17:36:27 2014 +0000 +++ b/py_ext/PythonFileCTNMixin.py Wed Nov 26 16:05:14 2014 +0000 @@ -214,7 +214,7 @@ pycfile.write(PyCFileContent) pycfile.close() - matiec_flags = '"-I%s"'%os.path.abspath( + matiec_flags = '"-l -I%s"'%os.path.abspath( self.GetCTRoot().GetIECLibPath()) return ([(Gen_PyCfile_path, matiec_flags)],