Skip to content

Commit 8208e99

Browse files
MeowSherichardlau
authored andcommittedMar 25, 2024
build: remove librt libs link for Android compatibility
PR-URL: #51632 Fixes: #50184 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
1 parent a758370 commit 8208e99

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)