We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66de190 commit ed5ac92Copy full SHA for ed5ac92
configure
@@ -624,7 +624,7 @@ LIBS += -ldl
624
_mak_plugins='
625
BUILD_PLUGINS := 1
626
CXXFLAGS += -DDYNAMIC_MODULES
627
-PLUGIN_LDFLAGS += -bundle -bundle_loader $(EXECUTABLE)
+PLUGIN_LDFLAGS += -bundle -bundle_loader $(EXECUTABLE) -exported_symbols_list "$(srcdir)/plugin.exp"
628
PRE_OBJS_FLAGS := -all_load
629
POST_OBJS_FLAGS :=
630
LIBS += -ldl
plugin.exp
@@ -0,0 +1,4 @@
1
+_PLUGIN_createEngine
2
+_PLUGIN_detectGames
3
+_PLUGIN_getSupportedGames
4
+_PLUGIN_name
0 commit comments