aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-20 01:53:37 +0000
committerlloyd <[email protected]>2009-11-20 01:53:37 +0000
commitc5109ab90e958f4a385f257b5e3ff0f8d34a82b2 (patch)
treec723fcb96ba4c48d56b47ef0864fbb79e03c2976 /configure.py
parent7b3ed530a124f4dc47fafe98af3d76f430df878a (diff)
Create installer file as botan-VERSION.exe
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 5085b2f70..82e8b6129 100755
--- a/configure.py
+++ b/configure.py
@@ -1102,7 +1102,7 @@ def setup_build(build_config, options, template_vars):
('botan-config.in', 'botan-config'),
('botan.pc.in', build_config.pkg_config_file()),
('botan.doxy.in', 'botan.doxy'),
- ('botan.iss.in', 'botan.iss')]:
+ ('innosetup.in', 'botan.iss')]:
templates_to_proc[os.path.join(options.build_data, template)] = \
os.path.join(build_config.build_dir, sink)