Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

allow cross-compile for ARM, which requires static linking#80

Merged
damieng merged 1 commit intoatom:masterfrom
SteveDesmond-ca:master
Oct 23, 2017
Merged

allow cross-compile for ARM, which requires static linking#80
damieng merged 1 commit intoatom:masterfrom
SteveDesmond-ca:master

Conversation

@SteveDesmond-ca
Copy link
Contributor

Fixes #79

Unfortunately, due to a lower-level linker failure, ARM builds must be compiled as astatic library.

This PR solves that by setting the target type to static_library when target_arch=="arm".

@damieng damieng merged commit 4ce17d5 into atom:master Oct 23, 2017
@SteveDesmond-ca
Copy link
Contributor Author

Yay, thanks! Any idea when this will be tagged for release on npm? Would love to be able to bring it into VSCode ASAP.

@damieng
Copy link
Contributor

damieng commented Oct 24, 2017

4.0.5 is out. Are there any Atom packages/dependencies that need this bumped for what you're doing?

@SteveDesmond-ca
Copy link
Contributor Author

Nope, keytar is a top-level dependency, and I confirmed it cross-compiles successfully now. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants