beremiz

OPC-UA: fix LDFLAG, missing OpenSSL's -lcrypto
wxPython4
2022-09-14, Edouard Tisserant
2c041d3d6ee3
OPC-UA: fix LDFLAG, missing OpenSSL's -lcrypto

open62541 is linked staticaly, therefore shared object dependencies have to be given explicitely.
from __future__ import absolute_import
from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))