diff options
author | David Robillard <d@drobilla.net> | 2010-12-17 00:03:03 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-12-17 00:03:03 +0000 |
commit | c572d72f30afc57d156c566ef6f8ce9fb9911eaf (patch) | |
tree | 3a400a19cd6429caf21ff122a0dd9411d9bda9ba /wscript | |
parent | 39b61955e4db79b7e152f15ebe8326056e6d038b (diff) | |
download | ingen-c572d72f30afc57d156c566ef6f8ce9fb9911eaf.tar.gz ingen-c572d72f30afc57d156c566ef6f8ce9fb9911eaf.tar.bz2 ingen-c572d72f30afc57d156c566ef6f8ce9fb9911eaf.zip |
Use autowaf.run_ldconfig.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2728 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |