summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 7bbf300..fa98a4c 100644
--- a/wscript
+++ b/wscript
@@ -37,6 +37,7 @@ def configure(conf):
conf.env.BUILD_SHARED = not Options.options.no_shared
conf.env.BUILD_STATIC = Options.options.static
+ conf.env.SRATOM_MAJOR_VERSION = SRATOM_MAJOR_VERSION
if not conf.env.BUILD_SHARED and not conf.env.BUILD_STATIC:
conf.fatal('Neither a shared nor a static build requested')