mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-01-01 06:23:39 +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
|
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)
|
||||||
|
|
Loading…
Reference in a new issue