diff -r 62eb21aab1fb -r 3a238c0c5993 c_ext/c_ext.py --- a/c_ext/c_ext.py Fri Apr 22 19:49:10 2016 +0300 +++ b/c_ext/c_ext.py Fri Apr 22 21:26:31 2016 +0300 @@ -99,7 +99,7 @@ cfile.write(text) cfile.close() - matiec_flags = '"-l -p -I%s"'%os.path.abspath(self.GetCTRoot().GetIECLibPath()) + matiec_CFLAGS = '"-I%s"'%os.path.abspath(self.GetCTRoot().GetIECLibPath()) - return [(Gen_Cfile_path, str(self.CExtension.getCFLAGS() + matiec_flags))],str(self.CExtension.getLDFLAGS()),True + return [(Gen_Cfile_path, str(self.CExtension.getCFLAGS() + matiec_CFLAGS))],str(self.CExtension.getLDFLAGS()),True