[TIMOB-24943] CLI: Scons 'install' not working on Windows.
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2017-07-06T15:32:21.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Yordan Banev |
| Assignee | Yordan Banev |
| Created | 2017-07-06T13:26:51.000+0000 |
| Updated | 2017-07-26T13:06:45.000+0000 |
Description
Scons' 'Install' command does not work on Windows.
Steps to reproduce:
1. Download SDK soruces from Git.
2. Build an SDK instance.
3. Package it.
4. Try to install it with 'node scons.js install'.
PR: https://github.com/appcelerator/titanium_mobile/pull/9198
Additional PR for cleanbuild: https://github.com/appcelerator/titanium_mobile/pull/9259