Changeset a6f5f18 in rtems-tools for rtemstoolkit
- Timestamp:
- Dec 11, 2015, 6:15:34 AM (4 years ago)
- Branches:
- 4.10, master
- Children:
- ea51d2a
- Parents:
- 3828e50
- git-author:
- Chris Johns <chrisj@…> (12/11/15 06:15:34)
- git-committer:
- Chris Johns <chrisj@…> (12/11/15 06:17:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rtemstoolkit/wscript
r3828e50 ra6f5f18 59 59 conf.load('python') 60 60 conf.check_python_version((2,6,6)) 61 conf.env['PYO'] = 062 conf.env['PYC'] = 063 61 64 62 def build(bld): … … 156 154 'version.py', 157 155 'windows.py'], 158 install_path = '${PREFIX}/share/rtems') 156 install_from = '.', 157 install_path = '${PREFIX}/share/rtems/rtemstoolkit') 159 158 160 159 def rebuild(ctx):
Note: See TracChangeset
for help on using the changeset viewer.