mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 04:45:15 +00:00
build.go: Also copy header files
This commit is contained in:
parent
9940b7f853
commit
e6ca604d24
2
build.go
2
build.go
@ -49,7 +49,7 @@ func specialDir(name string) bool {
|
||||
// excludePath returns true if the file should not be copied to the new GOPATH.
|
||||
func excludePath(name string) bool {
|
||||
ext := path.Ext(name)
|
||||
if ext == ".go" || ext == ".s" {
|
||||
if ext == ".go" || ext == ".s" || ext == ".h" {
|
||||
return false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user