serenity/Ports/scummvm
Jelle Raaijmakers 3941e4fe24 Ports: Prevent exporting symbols for ScummVM
Both LibGUI and ScummVM have a GUI::Widget class. This interferes with
normal operation of LibGUI, since the wrong GUI::Widget::~Widget() is
invoked when SerenitySDLWidget (from the SDL2 port) is destructed.

By adding `-fvisibility=hidden` to the compiler flags, we set the
symbol visibility to hidden by default and the correct destructor is
invoked again.
2021-10-28 00:23:30 +02:00
..
patches Ports: Update ScummVM to 2.5.0 2021-10-28 00:23:30 +02:00
package.sh Ports: Prevent exporting symbols for ScummVM 2021-10-28 00:23:30 +02:00