From d514de21ef1471653d7c0545280aa2954d513414 Mon Sep 17 00:00:00 2001 From: Christopher Pahl Date: Wed, 14 Oct 2015 12:54:24 +0200 Subject: [PATCH] scons: Actually make --without-sse the default (ouch) --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 63d146eb..f7fdcf66 100755 --- a/SConstruct +++ b/SConstruct @@ -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