whoops, forgot the dollar sign

This commit is contained in:
Tony Kelman 2014-04-08 15:16:57 -07:00
parent cb2b30006b
commit 1cc9ad07f4

View file

@ -76,9 +76,9 @@ SHLIB_EXT = dll
SONAME_FLAG = -soname SONAME_FLAG = -soname
CFLAGS_add += -nodefaultlibs CFLAGS_add += -nodefaultlibs
FFLAGS += -nodefaultlibs FFLAGS += -nodefaultlibs
shlibdir = bindir shlibdir = $(bindir)
else else
shlibdir = libdir shlibdir = $(libdir)
endif endif
ifeq ($(OS), Linux) ifeq ($(OS), Linux)