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:
parent
c9db34e1bf
commit
f08356516a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user