This commit is contained in:
Liang Ding 2015-08-05 13:42:13 +08:00
parent 534d7f331c
commit 87aa489fd0
1 changed files with 3 additions and 1 deletions

View File

@ -458,9 +458,11 @@
</li>
<li class="hr"></li>
{{range .crossPlatforms}}
<li class="{{.}}" onclick="tree.crossCompile('');">
{{if eq . "darwin_amd64" "linux_amd64" "windows_amd64"}}
<li class="{{.}}" onclick="tree.crossCompile('{{.}}');">
<span class="space"></span> {{.}}
</li>
{{end}}
{{end}}
<li class="hr"></li>
<li class="export" onclick="tree.export(this);">