Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/mobile: add option to pass in gobind #37146

Open
lolgear opened this issue Feb 9, 2020 · 1 comment
Open

x/mobile: add option to pass in gobind #37146

lolgear opened this issue Feb 9, 2020 · 1 comment
Labels
mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@lolgear
Copy link

lolgear commented Feb 9, 2020

% ~/go/bin/gomobile bind -target iOS ./lib

will not work until you set PATH environment variable which points to gobind.
It is something that I don't expect.

I expect that ~/go/bin/gomobile init will fix all issues and everything will be fine.
Could you add option to set path to binary gobind?

% ~/go/bin/gomobile bind -bin ~/go/bin/gobind -target iOS ./lib
@odeke-em odeke-em changed the title [Gomobile] Add option to pass binary to gomobile. x/mobile: add option to pass in gobind Feb 9, 2020
@gopherbot gopherbot added this to the Unreleased milestone Feb 9, 2020
@gopherbot gopherbot added the mobile Android, iOS, and x/mobile label Feb 9, 2020
@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Feb 14, 2020
@dmitshur
Copy link
Contributor

/cc @hyangah @hajimehoshi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Android, iOS, and x/mobile NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants