Skip to content

Commit a607813

Browse files
committed
Remove DspLib from Makefile ldflags
1 parent be023e4 commit a607813

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Source/Plugins/FilterNode/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ LIBNAME := $(notdir $(CURDIR))
33
OBJDIR := $(OBJDIR)/$(LIBNAME)
44
TARGET := $(LIBNAME).so
55

6-
LDFLAGS := $(LDFLAGS) -l:DspLib.so
7-
86
SRC_DIR := ${shell find ./ -type d -print}
97
VPATH := $(SOURCE_DIRS)
108

0 commit comments

Comments
 (0)