summaryrefslogtreecommitdiffstats
path: root/porting/wscript
blob: 8d66b285e891b24fc27442241cf405322e412fbd (plain) (blame)
1
2
3
4
5
6
from sys import path
from os.path import abspath
path.append(abspath('../common/'))

from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options