forked from JaneaSystems/nodejs-mobile
-
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.
android: remove -fPIE if building a native module
NDK's clang won't link an android shared library when the intermediate objects are build with the -fPIE flag. We remove the -fPIE flag from android native loadable modules and use the approppriate -fPIC instead.
- Loading branch information
1 parent
12747ef
commit 7b809ea
Showing
1 changed file
with
7 additions
and
7 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