Enable the boost waf command-line options
This commit is contained in:
@@ -6,7 +6,8 @@ import Options
|
||||
def set_options(opt):
|
||||
opt.add_option('--with-openflow',
|
||||
help=('Path to OFSID source for NS-3 OpenFlow Integration support'),
|
||||
default='', dest='with_openflow')
|
||||
default='', dest='with_openflow')
|
||||
opt.tool_options('boost')
|
||||
|
||||
def configure(conf):
|
||||
conf.check_tool('boost')
|
||||
|
||||
Reference in New Issue
Block a user