Skip to content

Commit

Permalink
build: remove librt libs link for Android compatibility
Browse files Browse the repository at this point in the history
PR-URL: #51632
Fixes: #50184
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
  • Loading branch information
MeowShe authored and marco-ippolito committed Feb 27, 2024
1 parent c0918f0 commit c9ada53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/v8_gypfiles/v8.gyp
Expand Up @@ -1245,8 +1245,7 @@
'target_conditions': [
['_toolset=="host" and host_os=="linux"', {
'libraries': [
'-ldl',
'-lrt'
'-ldl'
],
}],
],
Expand Down

0 comments on commit c9ada53

Please sign in to comment.