diff options
Diffstat (limited to 'common.gypi')
-rw-r--r-- | common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi index e2d52c1d9b..9ecfc4d2a3 100644 --- a/common.gypi +++ b/common.gypi @@ -223,6 +223,9 @@ }], ], }], + ['OS=="freebsd" and node_use_dtrace=="true"', { + 'libraries': [ '-lelf' ], + }] ], } } |