mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
build: remove librt
libs link for Android compatibility
PR-URL: https://github.com/nodejs/node/pull/51632 Fixes: https://github.com/nodejs/node/issues/50184 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
This commit is contained in:
parent
7f3852c376
commit
56ced192a1
@ -1245,8 +1245,7 @@
|
||||
'target_conditions': [
|
||||
['_toolset=="host" and host_os=="linux"', {
|
||||
'libraries': [
|
||||
'-ldl',
|
||||
'-lrt'
|
||||
'-ldl'
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user