From c572d72f30afc57d156c566ef6f8ce9fb9911eaf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Dec 2010 00:03:03 +0000 Subject: Use autowaf.run_ldconfig. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2728 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index c46c6ce7..4477c9e6 100644 --- a/wscript +++ b/wscript @@ -141,3 +141,4 @@ def build(bld): os.path.join(bld.env['DATADIR'], 'icons', 'hicolor', s, 'apps', 'ingen.png'), 'icons/' + s + '/ingen.png') + bld.add_post_fun(autowaf.run_ldconfig) -- cgit v1.2.1