scripts: don't set PKG_CONFIG_PATH globally

It was done only for Bebop, but we build it statically so it has
actually no effect.
This commit is contained in:
Lucas De Marchi 2017-08-07 16:42:30 -07:00
parent 8a9a08ed9b
commit 47968cda09

View File

@ -133,9 +133,6 @@ echo $githash > "buildlogs/history/$hdate/githash.txt"
killall -9 JSBSim || /bin/true killall -9 JSBSim || /bin/true
# setup for libiio on Parrot boards
export PKG_CONFIG_PATH=$HOME/APM/ParrotLib/lib
# raise core limit # raise core limit
ulimit -c 10000000 ulimit -c 10000000