Skip to content

Commit

Permalink
Munt requires -lm link flag (and newer versions of gcc is picky on th…
Browse files Browse the repository at this point in the history
…e link order)
  • Loading branch information
mywave82 committed Sep 24, 2018
1 parent 0f87307 commit f34ae9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.lib
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ make_cflags_and_ldflags() {
fi

if [ "$with_munt" != "0" ]; then
LIBS="$LIBS -lmt32emu -lstdc++"
LIBS="$LIBS -lmt32emu -lm -lstdc++"
CFLAGS="$CFLAGS -DMUNT"
fi

Expand Down

0 comments on commit f34ae9e

Please sign in to comment.