Skip to content

Commit

Permalink
build: remove librt libs link for Android compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowShe authored Feb 1, 2024
1 parent dd4767f commit 75155a6
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 @@ -1245,8 +1245,7 @@
'target_conditions': [
['_toolset=="host" and host_os=="linux"', {
'libraries': [
'-ldl',
'-lrt'
'-ldl'
],
}],
],
Expand Down

0 comments on commit 75155a6

Please sign in to comment.