Skip to content

Commit 1cc9ad0

Browse files
committed
whoops, forgot the dollar sign
1 parent cb2b300 commit 1cc9ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Make.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ SHLIB_EXT = dll
7676
SONAME_FLAG = -soname
7777
CFLAGS_add += -nodefaultlibs
7878
FFLAGS += -nodefaultlibs
79-
shlibdir = bindir
79+
shlibdir = $(bindir)
8080
else
81-
shlibdir = libdir
81+
shlibdir = $(libdir)
8282
endif
8383

8484
ifeq ($(OS), Linux)

0 commit comments

Comments
 (0)