summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-11-29 17:52:42 +0100
committerRobin Gareus <robin@gareus.org>2015-11-29 17:54:31 +0100
commit73d1de3b75172115beb6a30edacb4861893d97fd (patch)
treea1b23d677fe85b238dc51c8e38c38e25e07695b0 /wscript
parent0d250a0db8c58ca7559c8c1640bbdcf6e9c3a1bb (diff)
NOOP, remove trailing whitespace, replace tabs in python scripts
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f3fcafc188..cefe9998d9 100644
--- a/wscript
+++ b/wscript
@@ -936,7 +936,7 @@ int main () { int x = SFC_RF64_AUTO_DOWNGRADE; return 0; }
if have_rf64_riff_support:
conf.env.append_value('CXXFLAGS', "-DHAVE_RF64_RIFF")
conf.env.append_value('CFLAGS', "-DHAVE_RF64_RIFF")
-
+
if Options.options.dist_target == 'mingw':
Options.options.fpu_optimization = True
conf.env.append_value('CFLAGS', '-DPLATFORM_WINDOWS')