mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +01:00
Merge pull request #51 from tkelman/patch-1
whoops, forgot the dollar sign
This commit is contained in:
commit
41b7579cba
1 changed files with 2 additions and 2 deletions
4
Make.inc
4
Make.inc
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue