Browse Source

Exclude libarchive from exported libraries in libRack.

tags/v2.2.2
Andrew Belt 1 year ago
parent
commit
d116854268
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@@ -66,6 +66,7 @@ endif

# Some libraries aren't needed by plugins and might conflict with DAWs that load libRack, so make their symbols local to libRack instead of global (default).
LDFLAGS += -Wl,--exclude-libs,libzstd.a
LDFLAGS += -Wl,--exclude-libs,libarchive.a
LDFLAGS += -Wl,--exclude-libs,librtmidi.a
LDFLAGS += -Wl,--exclude-libs,librtaudio.a



Loading…
Cancel
Save