Changeset 6f110cc in rtems-docs for cpu-supplement/wscript


Ignore:
Timestamp:
02/08/19 08:41:45 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
fa5a960
Parents:
0e46b34
git-author:
Sebastian Huber <sebastian.huber@…> (02/08/19 08:41:45)
git-committer:
Sebastian Huber <sebastian.huber@…> (02/08/19 08:43:16)
Message:

build: Prepend project common path

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpu-supplement/wscript

    r0e46b34 r6f110cc  
    11from sys import path
    22from os.path import abspath
    3 path.append(abspath('../common/'))
     3path.insert(0, abspath('../common/'))
    44
    55from waf import cmd_configure as configure
Note: See TracChangeset for help on using the changeset viewer.