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 richardlau committed Mar 25, 2024
1 parent e4c7d62 commit 4118174
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -1244,8 +1244,7 @@
'target_conditions': [
['_toolset=="host" and host_os=="linux"', {
'libraries': [
'-ldl',
'-lrt'
'-ldl'
],
}],
],
Expand Down

0 comments on commit 4118174

Please sign in to comment.