We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716cbc5 commit cf5b09bCopy full SHA for cf5b09b
deps/build.jl
@@ -1,6 +1,8 @@
1
if Sys.isapple()
2
const libfasttransforms = joinpath(dirname(@__DIR__), "deps", "libfasttransforms.dylib")
3
download("https://github.com/MikaelSlevinsky/FastTransforms/releases/download/v0.2.3/libfasttransforms.dylib", libfasttransforms)
4
+ cd(joinpath(dirname(@__DIR__), "deps"))
5
+ run(`ls`)
6
else
7
warn("Didn't build properly")
8
end
0 commit comments