summary refs log tree commit diff stats
path: root/compiler/nim.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nim.cfg')
-rw-r--r--compiler/nim.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/nim.cfg b/compiler/nim.cfg
index b9480007f..db6e4f74f 100644
--- a/compiler/nim.cfg
+++ b/compiler/nim.cfg
@@ -7,6 +7,8 @@ define:nimcore
 #define:nimIncremental
 #import:"$projectpath/testability"
 
+define:staticSqlite
+
 @if windows:
   cincludes: "$lib/wrappers/libffi/common"
 @end