diff options
author | Vincent Richard <[email protected]> | 2005-07-05 16:37:24 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-07-05 16:37:24 +0000 |
commit | 57c540faab4dbfeb896a48f01a46108cc6913d97 (patch) | |
tree | 21333fd0964f13633ebdfe1c8d2ba94bb0613462 | |
parent | Fixed SConstruct so 'sendmail' does not build on Windows. (diff) | |
download | vmime-57c540faab4dbfeb896a48f01a46108cc6913d97.tar.gz vmime-57c540faab4dbfeb896a48f01a46108cc6913d97.zip |
Fixed 'bootstrap' script not running on Windows.
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1738,7 +1738,7 @@ Platform handlers :$VMIME_BUILTIN_PLATFORMS configure_in.close() - os.system('./bootstrap') + os.system('sh bootstrap') return None |