fix python checks

This commit is contained in:
edoapra 2023-12-12 15:23:10 -08:00
parent 70fa5a8f27
commit ddf67b237b
No known key found for this signature in database
GPG key ID: E6E392F4E14FB937

View file

@ -116,10 +116,8 @@ echo "$FOPT$FDOPT"
make SKIP_COMPILERS=1 deps_stamp >& deps.log
echo tail deps.log '11@@@'
tail -10 deps.log
grep -i python deps.log
grep -i python deps.log || true
echo done tail deps.log '11@@@'
python -V || true
python-config --ldflags || true
python3 -V || true
python3-config --ldflags || true
cd python && rm -f dependencies include_stamp ||true && make dependencies include_stamp && cd ..