diff options
Diffstat (limited to 'lib/efl/native/ecore.rb')
-rw-r--r-- | lib/efl/native/ecore.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/ecore.rb b/lib/efl/native/ecore.rb index 498a0ba..0ab99b1 100644 --- a/lib/efl/native/ecore.rb +++ b/lib/efl/native/ecore.rb @@ -18,7 +18,7 @@ module Efl # module Native # - ffi_lib 'ecore' + ffi_lib 'ecore.so.1' # # ENUMS # enum _Ecore_Exe_Flags {...} Ecore_Exe_Flags; |