diff options
author | David Robillard <d@drobilla.net> | 2019-11-02 18:07:56 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-11-02 18:07:56 +0100 |
commit | 6f00c1ae0e0c3616df1fcb093cfa64f0032782fc (patch) | |
tree | 233f47cc9dbed7dfa8e9c7b3d8f5dc1d56a15c0d /wscript | |
parent | 8ecb5ad8c2599ec3db16bcb4140971f5656c5267 (diff) | |
download | suil-6f00c1ae0e0c3616df1fcb093cfa64f0032782fc.tar.gz suil-6f00c1ae0e0c3616df1fcb093cfa64f0032782fc.tar.bz2 suil-6f00c1ae0e0c3616df1fcb093cfa64f0032782fc.zip |
Update autowaf
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,11 @@ VERSION = SUIL_VERSION # Package version for waf dist top = '.' # Source directory out = 'build' # Build directory +# Release variables +uri = 'http://drobilla.net/sw/sratom' +dist_pattern = 'http://download.drobilla.net/sratom-%d.%d.%d.tar.bz2' +post_tags = ['Hacking', 'LAD', 'LV2', 'Suil'] + def options(ctx): ctx.load('compiler_c') ctx.load('compiler_cxx') |