summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2014-05-07 22:03:08 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2014-05-07 22:03:08 +0200
commit1133580ac735cebe18e55cccb0e3c58536f8390d (patch)
tree3eca1f23e43a7c0dd7e6637571b98afac4072f91 /SConstruct
parent694f3d77006593431f60a6296b5b759895969d66 (diff)
Register custom collation function directly to sqlite3
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 24bcfa3993..cb749cd013 100644
--- a/SConstruct
+++ b/SConstruct
@@ -56,6 +56,7 @@ available_features = [features.Mad,
features.AutoDjCrates,
features.ColorDiagnostics,
features.AddressSanitizer,
+ features.LocaleCompare,
# "Features" of dubious quality
features.PerfTools,