Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Commit

Permalink
When linking Android IPFS bindings lib, don't stop on missing "main"
Browse files Browse the repository at this point in the history
As discussed [here](golang/go#12216).
  • Loading branch information
ivilata committed Nov 9, 2017
1 parent 801149d commit 44083f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ipfs_bindings/ipfs_bindings.go
Expand Up @@ -25,6 +25,7 @@ import (
)

// #cgo CFLAGS: -DIN_GO=1 -ggdb -I ${SRCDIR}/../../include
// #cgo android LDFLAGS: -Wl,--unresolved-symbols=ignore-all
//#include <stdlib.h>
//#include <stddef.h>
//#include <stdint.h>
Expand Down

0 comments on commit 44083f1

Please sign in to comment.