util/fix-python.sh needs to source toolchain to access strip and save several megabytes

This commit is contained in:
K. Lange 2018-08-22 06:31:04 +09:00
parent 77965575b0
commit 99c05e4c88
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
# needed for strip
source util/activate.sh
HDD_PATH=base
pushd $HDD_PATH/usr/python/lib || exit 1