Browse Source

Add -lm to libs for non-Darwin fmodl

pull/22/head
Ian Piumarta 4 years ago
parent
commit
168bcea6e3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -1,7 +1,7 @@
LEG = leg
CC = cc
CFLAGS = -I/usr/local/include -I/opt/local/include -Wall -Wno-unused-label -g
LDLIBS = -L/usr/local/lib -L/opt/local/lib -lgc
LDLIBS = -L/usr/local/lib -L/opt/local/lib -lgc -lm
all : parse

Loading…
Cancel
Save