diff options
| author | Alfred Eriksson <somerunce@gmail.com> | 2009-01-11 12:42:00 +0000 |
|---|---|---|
| committer | Alfred Eriksson <somerunce@gmail.com> | 2009-01-11 12:42:00 +0000 |
| commit | ab7ecbcf3f22fc89cd97700c09f935d61d5794fd (patch) | |
| tree | 5abd68081d9dd9bc15a584c30a1c85e10de0c75d /scripts/build.py | |
| parent | 144b9fbb6b6dae295b385435c6e96eaf1510d9a2 (diff) | |
| download | zcatch-ab7ecbcf3f22fc89cd97700c09f935d61d5794fd.tar.gz zcatch-ab7ecbcf3f22fc89cd97700c09f935d61d5794fd.zip | |
fixed path
Diffstat (limited to 'scripts/build.py')
| -rw-r--r-- | scripts/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.py b/scripts/build.py index 9b197aa7..2da77169 100644 --- a/scripts/build.py +++ b/scripts/build.py @@ -117,7 +117,7 @@ if 1: output = "bam" bam_cmd = "./bam" if os.name == "nt": - if os.system("make_win32_msvc2005.bat") != 0: + if os.system("make_win32_msvc.bat") != 0: bail("failed to build bam") output += ".exe" bam_cmd = "bam" |