misc: updated dependencies

This commit is contained in:
evilsocket 2019-02-10 13:04:03 +01:00
commit c0d3c314fc
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
70 changed files with 6328 additions and 1494 deletions

View file

@ -67,7 +67,7 @@ aix_ppc)
;;
aix_ppc64)
mkerrors="$mkerrors -maix64"
mksyscall="./mksyscall_aix_ppc64.pl -aix"
mksyscall="go run mksyscall_aix_ppc64.go -aix"
mktypes="GOARCH=$GOARCH go tool cgo -godefs"
;;
darwin_386)