Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(718)

Unified Diff: src/pkg/go/build/dir.go

Issue 5504062: code review 5504062: build: fixes for Windows (Closed)
Patch Set: diff -r 498835bf2505 https://go.googlecode.com/hg/ Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/make.bash ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/go/build/dir.go
===================================================================
--- a/src/pkg/go/build/dir.go
+++ b/src/pkg/go/build/dir.go
@@ -84,6 +84,8 @@
"linux/amd64": true,
"freebsd/386": true,
"freebsd/amd64": true,
+ "windows/386": true,
+ "windows/amd64": true,
}
func defaultContext() Context {
« no previous file with comments | « src/make.bash ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b