Skip to content

Commit

Permalink
Added -lm to LDFLAGS
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@212 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Mar 23, 1998
1 parent b692552 commit 74f6b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeq/Makefile
Expand Up @@ -7,7 +7,7 @@
SHELL = /bin/sh
CC = cc
CFLAGS =
LDFLAGS = -lrml
LDFLAGS = -lrml -lm
RML = rmlc -g
PROG = modeq
AST = ast/libast.a
Expand Down

0 comments on commit 74f6b18

Please sign in to comment.