Browse Source

wscript: add option to enable sfml audio

master
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
a23a60d1ea
  1. 4
      wscript

4
wscript

@ -184,6 +184,10 @@ configuration in order to save typing. @@ -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,

Loading…
Cancel
Save