import libraries should go to LIBDIR along with the

This commit is contained in:
Thomas Nagy 2012-12-10 19:23:34 +01:00
parent a71ca54558
commit 597e4a4f4c
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ def apply_implib(self):
if not inst_to:
return
self.implib_install_task = self.bld.install_as('${PREFIX}/lib/%s' % implib.name, implib, self.env)
self.implib_install_task = self.bld.install_as('${LIBDIR}/%s' % implib.name, implib, self.env)
# ============ the code above must not know anything about vnum processing on unix platforms =========