Message262639
Maybe the configure.ac code for generating opcode.h is a better alternative. It looks like it prints a warning but would continue with the build:
if test "$PYTHON" = not-found; then
OPCODEHGEN="@echo python: $PYTHON! cannot run Tools/scripts/generate_opcode_h.py"
else
OPCODEHGEN="$PYTHON"
fi |
|
| Date |
User |
Action |
Args |
| 2016-03-29 23:41:27 | martin.panter | set | recipients:
+ martin.panter, vstinner |
| 2016-03-29 23:41:27 | martin.panter | set | messageid: <[email protected]> |
| 2016-03-29 23:41:27 | martin.panter | link | issue26662 messages |
| 2016-03-29 23:41:27 | martin.panter | create | |
|