source: rtems-docs/images/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: 212 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_images as build
7from waf import cmd_options as options
Note: See TracBrowser for help on using the repository browser.