kristapsdz / lowdown

simple markdown translator
https://kristaps.bsd.lv/lowdown
ISC License
294 stars 36 forks source link

Link liblowdown with -lm #110

Closed paravoid closed 1 year ago

paravoid commented 1 year ago

liblowdown uses symbols from libm, such as log(), and does not link with it unlike the main lowdown binary. Add -lm to the CC invocation to do so.