Skip to content

Instantly share code, notes, and snippets.

@twwlogin
Created June 14, 2023 23:32
Show Gist options
  • Save twwlogin/1fe838cbd0f9c92e7e17f75fdd341564 to your computer and use it in GitHub Desktop.
Save twwlogin/1fe838cbd0f9c92e7e17f75fdd341564 to your computer and use it in GitHub Desktop.
Index: node.gyp
===================================================================
--- node.gyp.orig 2023-06-12 04:07:27.000000000 +0000
+++ node.gyp 2023-06-12 13:51:16.639579268 +0000
@@ -1245,6 +1245,9 @@
'HAVE_INSPECTOR=0',
]
}],
+ ['OS=="linux"', {
+ 'libraries': ['-lrt'],
+ }],
['OS=="solaris"', {
'ldflags': [ '-I<(SHARED_INTERMEDIATE_DIR)' ]
}],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment