Skip to content

Commit 73005cd

Browse files
committed
Merge pull request #80 from davidzchen/fmod
Add missing -lm linkopt.
2 parents 01b4986 + 06f1170 commit 73005cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ cc_library(
3232
"core/static_error.h",
3333
"core/vm.h",
3434
],
35+
linkopts = ["-lm"],
3536
includes = ["core", "include"],
3637
)
3738

0 commit comments

Comments
 (0)