Added -lm
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@222 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8d68e3228e
commit
5bbfeb67d9
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ SWIGOPT = -I../../Include
|
|||
SRCS =
|
||||
TARGET = gifplot
|
||||
INTERFACE = gifplot.i
|
||||
LIBS = -L../.. -lgifplot
|
||||
LIBS = -L../.. -lgifplot -lm
|
||||
INCLUDE = -I../../Include
|
||||
|
||||
all::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue