Browse Source

Static link standalone adapter on Linux.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
b04e41176a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@@ -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



Loading…
Cancel
Save