Makefile: support library build modes

This commit is contained in:
Péter Szilágyi
2015-11-24 19:49:08 +02:00
parent 2c42e54519
commit 83a22b457c
3 changed files with 15 additions and 12 deletions

2
Godeps/Godeps.json generated
View File

@ -55,7 +55,7 @@
},
{
"ImportPath": "github.com/nsf/termbox-go",
"Rev": "c4d5eeeb18b378c361f9f2a731680e8b835969ed"
"Rev": "ca2931516914070bb7f934c83e408689cea8dfb7"
},
{
"ImportPath": "github.com/pborman/uuid",

View File

@ -1,6 +1,8 @@
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs syscalls.go
// +build !amd64
package termbox
type syscall_Termios struct {