Skip to content

Commit

Permalink
scons: Actually make --without-sse the default (ouch)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahib committed Oct 14, 2015
1 parent d2b44be commit d514de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -424,7 +424,7 @@ AddOption(
)

AddOption(
'--without-sse', action='store_const', default=True, const=False, dest='with_sse'
'--without-sse', action='store_const', default=False, const=False, dest='with_sse'
)

# General Environment
Expand Down

0 comments on commit d514de2

Please sign in to comment.