mirror of https://github.com/ArduPilot/ardupilot
wscript: add option to enable sfml audio
This commit is contained in:
parent
0b376f1f14
commit
a23a60d1ea
4
wscript
4
wscript
|
@ -184,6 +184,10 @@ configuration in order to save typing.
|
||||||
default=False,
|
default=False,
|
||||||
help="Enable SFML graphics library")
|
help="Enable SFML graphics library")
|
||||||
|
|
||||||
|
g.add_option('--enable-sfml-audio', action='store_true',
|
||||||
|
default=False,
|
||||||
|
help="Enable SFML audio library")
|
||||||
|
|
||||||
g.add_option('--sitl-flash-storage',
|
g.add_option('--sitl-flash-storage',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
default=False,
|
default=False,
|
||||||
|
|
Loading…
Reference in New Issue