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 3bc1ffb commit dd0d6e4
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"))) -lopenlibm"
return normpath(joinpath(libDir(), "..", "lib", "lib$libname.dll.a"))
end
end

Expand Down

0 comments on commit dd0d6e4

Please sign in to comment.