whoops, forgot the dollar sign

This commit is contained in:
Tony Kelman 2014-04-08 15:16:57 -07:00
parent cb2b30006b
commit 1cc9ad07f4
1 changed files with 2 additions and 2 deletions

View File

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