Fix invalid method names in after/before constraints

This commit is contained in:
Thomas Nagy 2016-06-25 19:54:26 +02:00
parent c9db34e1bf
commit f08356516a
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def init_rubyext(self):
self.uselib.append('RUBYEXT')
@feature('rubyext')
@before_method('apply_link', 'propagate_uselib')
@before_method('apply_link', 'propagate_uselib_vars')
def apply_ruby_so_name(self):
"""
Strip the *lib* prefix from ruby extensions