Actions
Bug #169
closedClean build scripts to always use --out-dir option
Start date:
01/19/2013
Due date:
% Done:
100%
Estimated time:
CPU Architecture:
Host OS:
Toolchain:
Android version:
CrystaX NDK Version:
Description
Right now there are three options used in different build scripts: --out-dir, --build-out and --build-dir. These produce unpredictable behavior when one script call another and pass wrong options there (for example, second script expect --build-out, but --out-dir passed instead). To avoid such problems, each build script must use just one option to specify out directory. The most correct name for such option is --out-dir, as I believe.
Updated by Dmitry M. almost 12 years ago
- Status changed from Open to In Progress
- % Done changed from 0 to 50
Updated by Dmitry M. almost 12 years ago
- Status changed from In Progress to Completed
- % Done changed from 50 to 100
Done by commit:platform-ndk|e42fefee, commit:platform-ndk|04d145e4 and commit:platform-ndk|4b8be18d
Actions