Made library name cross-platform
This commit is contained in:
parent
905183cddc
commit
8bd6671f90
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ module Hammer
|
|||
module Internal
|
||||
extend FFI::Library
|
||||
|
||||
ffi_lib 'libhammer.dylib'
|
||||
ffi_lib 'hammer'
|
||||
|
||||
# Maybe we can implement Hammer::Parser with FFI::DataConverter.
|
||||
# That way, most hammer functions won't need to be wrapped.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue