From 89e6799107263e938a5eb5cef7126af6b94129ea Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Dec 2008 01:25:17 +0000 Subject: Remove unused wrapper building stuff (true relocatable binaries would be better for bundles anyway). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1899 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 3 --- 1 file changed, 3 deletions(-) diff --git a/wscript b/wscript index 436901e..3c90a29 100644 --- a/wscript +++ b/wscript @@ -136,9 +136,6 @@ def build(bld): prog.source += ' src/AlsaDriver.cpp ' prog.uselib += ' ALSA ' - # Executable wrapper script (if building a bundle) - autowaf.build_wrapper(bld, 'patchage.in', prog) - # Glade UI definitions (XML) bld.install_files('${DATADIR}/' + bld.env['APP_INSTALL_NAME'], 'src/patchage.glade') -- cgit v1.2.1