commit | 9de011fb864e63691a515b7ecb99bf6a7a0566c9 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 11 00:55:05 2011 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 11 00:55:05 2011 -0800 |
tree | 755c5eacbae65fb05751c4aef6a231fdac224276 | |
parent | 918839c07c0f708a46bae8b70fb5ee4c7aa2544a [diff] |
Adding forgotten import to wscript
diff --git a/wscript b/wscript index bd94d0f..41944aa 100644 --- a/wscript +++ b/wscript
@@ -5,6 +5,8 @@ import Utils import Options +from waflib.Errors import WafError + def options(opt): opt.tool_options('boost', tooldir=["waf-tools"])