2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-12-22 17:29:27 +01:00

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

View File

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