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 4980c9c commit 78d99b1
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 "-l$libname -lopenlibm"
return normpath(joinpath(libDir(), "..", "lib", "lib$libname.dll.a"))
end
end

Expand Down

0 comments on commit 78d99b1

Please sign in to comment.