Makefile: support library build modes
This commit is contained in:
2
Godeps/Godeps.json
generated
2
Godeps/Godeps.json
generated
@ -55,7 +55,7 @@
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/nsf/termbox-go",
|
||||
"Rev": "c4d5eeeb18b378c361f9f2a731680e8b835969ed"
|
||||
"Rev": "ca2931516914070bb7f934c83e408689cea8dfb7"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/pborman/uuid",
|
||||
|
2
Godeps/_workspace/src/github.com/nsf/termbox-go/syscalls_darwin.go
generated
vendored
2
Godeps/_workspace/src/github.com/nsf/termbox-go/syscalls_darwin.go
generated
vendored
@ -1,6 +1,8 @@
|
||||
// Created by cgo -godefs - DO NOT EDIT
|
||||
// cgo -godefs syscalls.go
|
||||
|
||||
// +build !amd64
|
||||
|
||||
package termbox
|
||||
|
||||
type syscall_Termios struct {
|
||||
|
Reference in New Issue
Block a user