icm/makedefs.in: add -lm for self-consistent shared libs
This commit is contained in:
parent
35550cfd1d
commit
a2ea2585c1
|
|
@ -42,7 +42,7 @@ endif
|
|||
CMPP = $(top_builddir)/src/xspice/cmpp/cmpp
|
||||
|
||||
# Flags to use when linking shared library
|
||||
LDFLAGS = -shared
|
||||
LDFLAGS = -shared -lm
|
||||
ifeq ($(ISMINGW), 1)
|
||||
LDFLAGS = -shared @LDFLAGS@
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue