mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
let's see if that's better
svn-id: r10323
This commit is contained in:
parent
ce7d4c0a76
commit
6c57e2bb17
@ -47,15 +47,15 @@ ifdef BUILD_PLUGINS
|
||||
CXXFLAGS += -DDYNAMIC_MODULES
|
||||
|
||||
# Uncomment these for Mac OS X
|
||||
#PLUGIN_LDFLAGS := -bundle -bundle_loader $(EXECUTABLE)
|
||||
#LDFLAGS += -all_load
|
||||
#LIBS += -ldl
|
||||
#PLUGIN_LDFLAGS += -bundle -bundle_loader $(EXECUTABLE)
|
||||
#LDFLAGS += -all_load
|
||||
#LIBS += -ldl
|
||||
|
||||
# Uncomment these for Linux
|
||||
CXXFLAGS += -fpic
|
||||
PLUGIN_LDFLAGS := -shared
|
||||
LDFLAGS += --export-dynamic
|
||||
LIBS += -ldl
|
||||
CXXFLAGS += -fpic
|
||||
PLUGIN_LDFLAGS += -shared
|
||||
LDFLAGS += -Wl,--export-dynamic
|
||||
LIBS += -ldl
|
||||
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user