Skip to content
Snippets Groups Projects
Commit d46efcfe authored by Ian Lance Taylor's avatar Ian Lance Taylor
Browse files

libgo.exp: Set tmpdir.

From-SVN: r169529
parent 3aa831ba
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@ if {$gccdir != ""} {
set GOC_UNDER_TEST "$gccdir/gccgo -B$gccdir/"
set TESTING_IN_BUILD_TREE 1
if [info exists GOTEST_TMPDIR] {
set tmpdir $GOTEST_TMPDIR
}
proc go_maybe_build_wrapper { args } {
libgo_maybe_build_wrapper $args
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment