| # | Line 43 | Line 43 | def shareinstall_setup(env): | |
|---|---|---|
| 43 | install.install_manfiles(env) | |
| 44 | ||
| 45 | # Set up build environment | |
| 46 | < | env = Environment() |
| 46 | > | env = Environment(tools=['mingw']) |
| 47 | env.Decider('timestamp-match') | |
| 48 | ||
| 49 | if os.name == 'posix': | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |