Changeset 726f4cb642db41908eb070b351cba9ce5e2a88bb
- Timestamp:
- 11/14/10 19:31:50 (3 years ago)
- Author:
- Nedko Arnaudov <nedko@…>
- Children:
- ffc3be463e7c0f0a89f8612492c2d88b56aac3a6
- Parents:
- f76f48f43622114cba817cfa78b9725e5cfd6beb
- git-committer:
- Nedko Arnaudov <nedko@arnaudov.name> / 2010-11-14T19:31:50Z+0200
- Message:
-
untabify the wscript
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rf76f48f
|
r726f4cb
|
|
| 180 | 180 | if conf.env['BUILD_PYLASH']: |
| 181 | 181 | conf.check_python_version() |
| 182 | | conf.check_python_headers() |
| | 182 | conf.check_python_headers() |
| 183 | 183 | |
| 184 | 184 | conf.env['BUILD_WERROR'] = not RELEASE |
| … |
… |
|
| 450 | 450 | bld( |
| 451 | 451 | features = 'subst', # the feature 'subst' overrides the source/target processing |
| 452 | | source = os.path.join("lash_compat", 'lash-1.0.pc.in'), # list of string or nodes |
| 453 | | target = 'lash-1.0.pc', # list of strings or nodes |
| 454 | | install_path = '${LIBDIR}/pkgconfig/', |
| 455 | | # variables to use in the substitution |
| 456 | | prefix = bld.env['PREFIX'], |
| 457 | | exec_prefix = bld.env['PREFIX'], |
| 458 | | libdir = bld.env['LIBDIR'], |
| 459 | | includedir = os.path.normpath(bld.env['PREFIX'] + '/include')) |
| | 452 | source = os.path.join("lash_compat", 'lash-1.0.pc.in'), # list of string or nodes |
| | 453 | target = 'lash-1.0.pc', # list of strings or nodes |
| | 454 | install_path = '${LIBDIR}/pkgconfig/', |
| | 455 | # variables to use in the substitution |
| | 456 | prefix = bld.env['PREFIX'], |
| | 457 | exec_prefix = bld.env['PREFIX'], |
| | 458 | libdir = bld.env['LIBDIR'], |
| | 459 | includedir = os.path.normpath(bld.env['PREFIX'] + '/include')) |
| 460 | 460 | |
| 461 | 461 | ##################################################### |