Heya,
I'm really stuck with scons and building (linking) a sharedLibrary under windows
I am following the summator example but evidently the Line
my_env['LIBS'] = []
won't work when extending a godot class (got a bunch of errors during linking, compiling works). So the question is how to add those (internal) libs to the linking step? any ideas?