get all python file (not only libpython)
This commit is contained in:
parent
a904377c21
commit
eaf2549e53
1 changed files with 3 additions and 1 deletions
|
@ -167,4 +167,6 @@ lipo $PATH_DEV/lib/libpython2.7-arm.a $PATH_SIMU/lib/libpython2.7-i386.a -create
|
|||
#find python2.7 | grep -E '*\.(py|pyc|so\.o|so\.a|so\.libs)$' | xargs rm
|
||||
#find python2.7 | grep -E '*test*' | xargs rm -rdf
|
||||
|
||||
cp $PATH_DEV/lib/libpython2.7-arm.a $BUILDROOT/lib/
|
||||
cp -R $PATH_ALL/lib/* $BUILDROOT/lib/
|
||||
cp -R $PATH_ALL/include/* $BUILDROOT/include/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue