Skip to content

Commit 0b72067

Browse files
added deps/build.jl
1 parent 3b1369a commit 0b72067

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

deps/build.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
cd(joinpath(dirname(@__FILE__), "src"))
2+
run(`make`)
3+
if (!ispath("../usr"))
4+
run(`mkdir ../usr`)
5+
end
6+
if (!ispath("../usr/lib"))
7+
run(`mkdir ../usr/lib`)
8+
end
9+
10+
run(`mv libfloat128.$(Libdl.dlext) ../usr/lib`)
11+

0 commit comments

Comments
 (0)