Skip to content

Commit 7a0d8bc

Browse files
Michael J Grubergitster
authored andcommitted
remote-helpers: build in platform independent directory
The build directory which is used by distutils depends on the platform (e.g. build/lib on Fedora 13, build/lib.linux-i686-2.6 on Ubuntu 9.04). But test-lib.sh expects to find the build in build/lib which can cause t5800-remote-helpers.sh to fail early. Override distutils' choice so that the build is always in build/lib. Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9027fa9 commit 7a0d8bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

git_remote_helpers/setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
build_purelib = build/lib
3+
build_platlib = build/lib

0 commit comments

Comments
 (0)