Skip to content

Commit

Permalink
linuxarmv7: add -lm since tests are now failing on some missing math …
Browse files Browse the repository at this point in the history
…symbols
  • Loading branch information
arturoc committed Jun 17, 2019
1 parent a7564f2 commit 19c454a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ PLATFORM_LIBRARIES += pcre
PLATFORM_LIBRARIES += rt
PLATFORM_LIBRARIES += X11
PLATFORM_LIBRARIES += dl
PLATFORM_LIBRARIES += m


PLATFORM_LDFLAGS += -pthread
Expand Down

0 comments on commit 19c454a

Please sign in to comment.