Skip to content

Commit 2dae523

Browse files
committed
Fix build for OS X.
This will allow the command to build and be go gettable, although on OS X only for now. In the future, I can use build tags to allow it to be go gettable on other environments.
1 parent 35084a7 commit 2dae523

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cmd/go/zdefaultcc.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// auto generated by go tool dist
2+
3+
package main
4+
5+
const defaultCC = `clang`
6+
const defaultCXX = `clang++`

0 commit comments

Comments
 (0)