util/fix-python.sh needs to source toolchain to access strip and save several megabytes
This commit is contained in:
parent
77965575b0
commit
99c05e4c88
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# needed for strip
|
||||
source util/activate.sh
|
||||
|
||||
HDD_PATH=base
|
||||
|
||||
pushd $HDD_PATH/usr/python/lib || exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user