py_ext/PythonFileCTNMixin.py
changeset 1473 23045c351012
parent 1330 96b242e4c59d
child 1474 28e9d479aa65
--- 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)],