From 8f0f04f2c366c768f1861415ad98f9bf7b572c73 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Oct 2008 20:28:59 +0000 Subject: Run ldconfig after install for individual projects, as well as top level. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1647 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wscript b/wscript index a77528e..aa8c485 100644 --- a/wscript +++ b/wscript @@ -164,3 +164,6 @@ def build(bld): bld.env()['APP_INSTALL_NAME'] + '.png', 'icons/' + s + '/patchage.png') +def shutdown(): + autowaf.shutdown() + -- cgit v1.2.1