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 75666e2 commit e3699b5Copy full SHA for e3699b5
plugin.mk
@@ -32,7 +32,7 @@ ifdef ARCH_LIN
32
# When Rack loads a plugin, it symlinks /tmp/Rack2 to its system dir, so the plugin can link to libRack.
33
LDFLAGS += -Wl,-rpath=/tmp/Rack2
34
# Since the plugin's compiler could be a different version than Rack's compiler, link libstdc++ and libgcc statically to avoid ABI issues.
35
- LDFLAGS += -static-libstdc++ -static-libgcc
+ LDFLAGS += -static-libgcc
36
XDG_DATA_HOME ?= $(HOME)/.local/share
37
RACK_USER_DIR ?= $(XDG_DATA_HOME)/Rack2
38
endif
@@ -46,7 +46,6 @@ endif
46
47
ifdef ARCH_WIN
48
TARGET := $(TARGET).dll
49
- LDFLAGS += -static-libstdc++
50
RACK_USER_DIR ?= $(LOCALAPPDATA)/Rack2
51
52
0 commit comments