Browse Source

Fix posix64 build

tags/1.9.4
falkTX 10 years ago
parent
commit
04c5ea9a27
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/bridges-plugin/Makefile

+ 1
- 1
source/bridges-plugin/Makefile View File

@@ -252,7 +252,7 @@ OBJS_POSIX64 += \
../backend/plugin/Lv2Plugin__posix64.o \ ../backend/plugin/Lv2Plugin__posix64.o \
../backend/plugin/VstPlugin__posix64.o \ ../backend/plugin/VstPlugin__posix64.o \
../backend/plugin/Vst3Plugin__posix64.o \ ../backend/plugin/Vst3Plugin__posix64.o \
../backend/plugin/AuPlugin__posix32.o \
../backend/plugin/AuPlugin__posix64.o \
../backend/plugin/JucePlugin__posix64.o ../backend/plugin/JucePlugin__posix64.o


# carla-standalone # carla-standalone


Loading…
Cancel
Save