diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-09-13 15:15:36 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-09-15 16:02:37 +0200 |
| commit | 4a7f7fab1ecf47d82fc2b403b57d3cf9b5836398 (patch) | |
| tree | 8828c9db4ddb928000a869963ec72a9b19a9e5cc /sys | |
| parent | 96b8e3997297d822c17c8281ec2ac94cc478db2d (diff) | |
prog: allow more than 1 target
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/init.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/init.go b/sys/init.go index 1b6c7b661..f4974f51b 100644 --- a/sys/init.go +++ b/sys/init.go @@ -29,6 +29,7 @@ func init() { StringDictionary: stringDictionary, } prog.RegisterTarget(target) + prog.SetDefaultTarget(runtime.GOOS, runtime.GOARCH) } const ( |
