commit | 1b6007067d801027468a6ffa7081c4ff8076d8c9 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Thu Jun 21 14:34:42 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jun 22 12:28:31 2018 -0400 |
tree | 7f28a99007fbd28cde00cecdd8ecf063f272e614 | |
parent | c1c25dea1ad3143687525f7d65c2e1d07f6cb7ee [diff] |
cmake: Invoke 'python' instead of py scripts directly Python scripts should be executed indirectly by the python interpreter, not directly in a CMake COMMAND. This is for portability reasons. Directly executing a python script depends on non-portable shebang logic and/or "default application" behaviour. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>