Skip to content

Commit

Permalink
Don't expose symbols for STATIC_PLUGIN_TARGET
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 15, 2021
1 parent ac8e58f commit 5102865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/Makefile.deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ WATER_LIBS = -luuid -lwsock32 -lwininet -lversion -lole32 -lws2_32 -loleau
ifeq ($(USING_JUCE),true)
JUCE_AUDIO_DEVICES_LIBS = -lwinmm -lole32
JUCE_CORE_LIBS = -luuid -lwsock32 -lwininet -lversion -lole32 -lws2_32 -loleaut32 -limm32 -lcomdlg32 -lshlwapi -lrpcrt4 -lwinmm
JUCE_EVENTS_LIBS = -lole32
JUCE_GRAPHICS_LIBS = -lgdi32
JUCE_GUI_BASICS_LIBS = -lgdi32 -limm32 -lcomdlg32 -lole32
endif # USING_JUCE
Expand Down
2 changes: 1 addition & 1 deletion source/includes/CarlaDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ private: \
#endif

/* Define CARLA_API */
#ifdef BUILD_BRIDGE
#if defined(BUILD_BRIDGE) || defined(STATIC_PLUGIN_TARGET)
# define CARLA_API
#else
# if defined(CARLA_OS_WIN) && ! defined(__WINE__)
Expand Down

0 comments on commit 5102865

Please sign in to comment.