--- a/LPCExtension.py Tue Sep 11 16:14:13 2018 +0200
+++ b/LPCExtension.py Thu Oct 04 13:58:37 2018 +0200
@@ -22,7 +22,7 @@
features.libraries += [('Python', 'py_ext.PythonLibrary', True),
('RTC', SimplePOULibraryFactory(_poulibpath("RTC")), True)]
elif arch in PLC_GOT_module:
- features.libraries += [('Python', 'py_ext.PythonLibrary'),
+ features.libraries += [('Python', 'py_ext.PythonLibrary', True), ('RTC', SimplePOULibraryFactory(_poulibpath("RTC")), True),
('GOT', SimplePOULibraryFactory(_poulibpath("GOT")), True)]