diff -r 62eb21aab1fb -r 3a238c0c5993 py_ext/PythonFileCTNMixin.py --- a/py_ext/PythonFileCTNMixin.py Fri Apr 22 19:49:10 2016 +0300 +++ b/py_ext/PythonFileCTNMixin.py Fri Apr 22 21:26:31 2016 +0300 @@ -258,10 +258,10 @@ pycfile.write(PyCFileContent) pycfile.close() - matiec_flags = '"-l -p -I%s"'%os.path.abspath( + matiec_CFLAGS = '"-I%s"'%os.path.abspath( self.GetCTRoot().GetIECLibPath()) - return ([(Gen_PyCfile_path, matiec_flags)], + return ([(Gen_PyCfile_path, matiec_CFLAGS)], "", True, ("runtime_%s.py"%location_str, file(runtimefile_path,"rb")))