source: rtems-docs/posix-users/wscript @ 6f110cc

5
Last change on this file since 6f110cc was 6f110cc, checked in by Sebastian Huber <sebastian.huber@…>, on 02/08/19 at 08:41:45

build: Prepend project common path

This avoids conflicts with standard packages such as PIL (Python Imaging
Library).

  • Property mode set to 100644
File size: 309 bytes
Line 
1from sys import path
2from os.path import abspath
3path.insert(0, abspath('../common/'))
4
5from waf import cmd_configure as configure
6from waf import cmd_build as build
7from waf import cmd_options as options
8from waf import spell
9from waf import cmd_spell
10from waf import linkcheck
11from waf import cmd_linkcheck
Note: See TracBrowser for help on using the repository browser.