Changes in tests/config.py.in [bf71cfd:afe8882]
- File:
-
- 1 edited
-
tests/config.py.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/config.py.in
rbf71cfd rafe8882 5 5 """ 6 6 7 SRCDIR = "@ srcdir@"8 BUILDDIR = "@ builddir@"7 SRCDIR = "@abs_srcdir@" 8 BUILDDIR = "@abs_builddir@" 9 9 HOSTARCH = "@host_cpu@"
Note:
See TracChangeset
for help on using the changeset viewer.