Merge pull request #84 from mtrmac/gpgme-32bit

Rerun hack/vendor.sh to fix build on 32-bit systems
This commit is contained in:
Antonio Murdaca 2016-05-31 16:28:26 +02:00
commit ad7eb5d221
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef GO_GPGME_H
#define GO_GPGME_H
#define _FILE_OFFSET_BITS 64
#include <stdint.h>
#include <gpgme.h>

View File

@ -2,6 +2,7 @@
package gpgme
// #cgo LDFLAGS: -lgpgme -lassuan -lgpg-error
// #cgo CPPFLAGS: -D_FILE_OFFSET_BITS=64
// #include <stdlib.h>
// #include <gpgme.h>
// #include "go_gpgme.h"