mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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:
parent
8a9a08ed9b
commit
47968cda09
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user