From 5d9c170d3489451d255761b071ef680e84219fa9 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 25 Nov 2021 16:35:30 -0500 Subject: [PATCH] Don't add -static-libstdc++ because plugin.mk now does this, and it's not needed on Mac. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index ad0f425..275cb1a 100644 --- a/Makefile +++ b/Makefile @@ -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: