This commit is contained in:
Thomas Nagy 2013-09-10 22:09:33 +02:00
parent ebec33a835
commit 4fef9dcbaa
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ def gxx_modifier_hpux(conf):
v['cxxshlib_PATTERN'] = 'lib%s.sl'
@conf
def gcc_modifier_openbsd(conf):
def gxx_modifier_openbsd(conf):
conf.env.SONAME_ST = []
@conf