forked from JaneaSystems/nodejs-mobile-cordova
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugin: use original .bin for native modules
Uses the original project's .bin folder when building native modules. Cordova prepare step resolves the symbolic links instead of preserving them, which causes fails when building modules that depend on linked modules, such as node-pre-gyp. With this change, the native modules build step will try to use the original project's linked binaries.
- Loading branch information
1 parent
53a1aeb
commit df7df19
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters