diff options
| author | Jonathan Clark <jon.h.clark@gmail.com> | 2011-03-10 20:38:43 -0500 |
|---|---|---|
| committer | Jonathan Clark <jon.h.clark@gmail.com> | 2011-03-10 20:38:43 -0500 |
| commit | 474fb566124aadf2de1cc73d3788386bd584eb15 (patch) | |
| tree | dd15ddd8db3079cf43d86f4a5e54c6abc9ee6275 /SConstruct | |
| parent | f592783059ffcca9dbc32401b0f17d7b69a7ded5 (diff) | |
Pretty formatting
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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', |
