diff options
Diffstat (limited to 'lib/efl/native/ecore_getopt.rb')
-rw-r--r-- | lib/efl/native/ecore_getopt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/ecore_getopt.rb b/lib/efl/native/ecore_getopt.rb index cb13303..f4fa9e3 100644 --- a/lib/efl/native/ecore_getopt.rb +++ b/lib/efl/native/ecore_getopt.rb @@ -19,7 +19,7 @@ module Efl # module Native # - ffi_lib 'ecore' + ffi_lib 'ecore.so.1' # # ENUMS # typedef enum {...} Ecore_Getopt_Action; |