py_ext/PythonFileCTNMixin.py
changeset 1503 3a238c0c5993
parent 1475 de4ee16f7c6c
child 1511 91538d0c242c
--- 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")))