Browse Source

Don't add -static-libstdc++ because plugin.mk now does this, and it's not needed on Mac.

arch-based-toolchain
Andrew Belt 2 years ago
parent
commit
5d9c170d34
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      Makefile

+ 0
- 3
Makefile View File

@@ -152,9 +152,6 @@ plugin-build-linux: export STRIP := x86_64-ubuntu16.04-linux-gnu-strip
plugin-build-mac: export RACK_DIR := $(RACK_DIR_MAC)
plugin-build-win: export RACK_DIR := $(RACK_DIR_WIN)
plugin-build-linux: export RACK_DIR := $(RACK_DIR_LIN)
# Since the compiler we're using could have a newer version than the minimum supported libstdc++ version, link it statically.
# Rack v2 includes this flag in plugin.mk, so remove it after it releases.
plugin-build-mac plugin-build-win plugin-build-linux: export LDFLAGS := -static-libstdc++


plugin-build-mac plugin-build-win plugin-build-linux:


Loading…
Cancel
Save