--- a/LPCExtension.py Wed Sep 01 11:56:16 2021 +0200
+++ b/LPCExtension.py Thu Sep 16 11:45:11 2021 +0200
@@ -23,7 +23,7 @@
if product in MC9_modules + WX_GOT_modules + SVG_GOT_modules:
features.libraries += [('Python', 'py_ext.PythonLibrary', True),
('RTC', SimplePOULibraryFactory(_poulibpath("RTC")), True)]
- if product in WX_GOT_modules:
+ if product in WX_GOT_modules + SVG_GOT_modules: features.libraries += [('GOT', SimplePOULibraryFactory(_poulibpath("GOT")), True)]
if product in SVG_GOT_modules:
features.libraries += [('SVGHMI', 'LPCSVGHMI.SVGHMILibrary', True)]