summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct4
1 files changed, 4 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index e61af175..1a7885bc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1,3 +1,7 @@
+#!/usr/bin/python
+
+# EXPERIMENTAL and HACKY version of cdec build in scons
+
AddOption('--prefix', dest='prefix', type='string', nargs=1, action='store', metavar='DIR',
help='installation prefix')
AddOption('--with-boost', dest='boost', type='string', nargs=1, action='store', metavar='DIR',