wscript: add option to enable sfml audio

This commit is contained in:
Peter Barker 2019-03-20 13:37:22 +11:00 committed by Andrew Tridgell
parent 0b376f1f14
commit a23a60d1ea
1 changed files with 4 additions and 0 deletions

View File

@ -184,6 +184,10 @@ configuration in order to save typing.
default=False,
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',
action='store_true',
default=False,