Skip to content

Commit 4118174

Browse files
MeowSherichardlau
authored andcommittedMar 25, 2024
build: remove librt libs link for Android compatibility
PR-URL: #51632 Fixes: #50184 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
1 parent e4c7d62 commit 4118174

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎tools/v8_gypfiles/v8.gyp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1244,8 +1244,7 @@
12441244
'target_conditions': [
12451245
['_toolset=="host" and host_os=="linux"', {
12461246
'libraries': [
1247-
'-ldl',
1248-
'-lrt'
1247+
'-ldl'
12491248
],
12501249
}],
12511250
],

0 commit comments

Comments
 (0)
Please sign in to comment.