waf: don't build bebop static

need dynamic for libiio
This commit is contained in:
Andrew Tridgell 2016-07-02 11:13:31 +10:00 committed by Lucas De Marchi
parent 2980d47e23
commit 3322d7c321
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ class bebop(linux):
env.DEFINES.update(
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_LINUX_BEBOP',
)
env.STATIC_LINKING = True
class raspilot(linux):
toolchain = 'arm-linux-gnueabihf'