From b04e41176a1763827f55f07d88f54ce4c5b20734 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 25 Sep 2021 16:00:15 -0400 Subject: [PATCH] Static link standalone adapter on Linux. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f4a05f50..9c8bcf88 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ build/dep/osdialog/osdialog_gtk3.c.o: FLAGS += $(shell pkg-config --cflags gtk+- LDFLAGS += $(shell pkg-config --libs gtk+-3.0) STANDALONE_TARGET := Rack + STANDALONE_LDFLAGS += -static-libstdc++ -static-libgcc STANDALONE_LDFLAGS += -Wl,-rpath=. endif