Skip to content

Commit

Permalink
Add fPIC for trampoline on guix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 21, 2020
1 parent a5e5285 commit 348d623
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/loaders/node_loader/trampoline/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ else()
set(NODE_ADDON_INCLUDES
"{
'target_defaults': {
'cflags': [
'-fPIC'
],
'include_dirs': [
'@NODE_ADDON_API_INCLUDE_DIR@/external-napi'
]
Expand Down

0 comments on commit 348d623

Please sign in to comment.