summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-12-22 01:25:17 +0000
committerDavid Robillard <d@drobilla.net>2008-12-22 01:25:17 +0000
commit89e6799107263e938a5eb5cef7126af6b94129ea (patch)
tree6d27262c30d92ea7cdcf91343719a2ed0dc99b89
parent238d4e8742fcbe7dbe7b53c92e43013bd4afd9c1 (diff)
downloadpatchage-89e6799107263e938a5eb5cef7126af6b94129ea.tar.gz
patchage-89e6799107263e938a5eb5cef7126af6b94129ea.tar.bz2
patchage-89e6799107263e938a5eb5cef7126af6b94129ea.zip
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
-rw-r--r--wscript3
1 files changed, 0 insertions, 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')