Skip to content

Commit 609ac8c

Browse files
committed
Put error message in the dynamically loading condition
1 parent fa9cd11 commit 609ac8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RbCall.jl/src/prepare.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ if !symbols_present
2727
script = joinpath(dirname(@__FILE__), "..", "ruby", "find_libruby.rb")
2828
cmd = `ruby $script`
2929
println(cmd)
30+
error("Dynamically loading of libruby.so is not supported yet")
3031
else
3132
@static if Sys.iswindows()
3233
# TODO support windows
@@ -76,5 +77,3 @@ else
7677
:(cglobal(($(esc(sym)), libruby), VALUE))
7778
end
7879
end
79-
80-

0 commit comments

Comments
 (0)