Skip to content

Commit

Permalink
add -ldl to LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqing committed Aug 20, 2018
1 parent 2aab8aa commit 27e2216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ else
CFLAGS="$CFLAGS -g -O3"
fi

LIBS='-lm'
LIBS='-lm -ldl'
uname=`uname`

HAVE_VMMETER_H=0
Expand Down

0 comments on commit 27e2216

Please sign in to comment.