Skip to content

Commit

Permalink
Update build.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormcd authored Nov 1, 2021
1 parent 78d99b1 commit 47c27ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function ldlibs()
if Sys.isunix()
return "-l$libname -ldl"
else
return normpath(joinpath(libDir(), "..", "lib", "lib$libname.dll.a"))
return "$(normpath(joinpath(libDir(), "..", "lib", "lib$libname.dll.a"))) -lopenlibm"
end
end

Expand Down

0 comments on commit 47c27ed

Please sign in to comment.