Skip to content

Commit

Permalink
use platform independent lib name
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanko committed Jun 28, 2012
1 parent 7f8f0d1 commit ba0115e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/skypekit/ffi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module FFI
#

#ffi_lib File.expand_path("../../../../libskypekit/lib/libskypekit.so", __FILE__)
ffi_lib "skypekit.so.1"
ffi_lib "skypekit"

ErrorType = enum(
:already_running, 1,
Expand Down

0 comments on commit ba0115e

Please sign in to comment.