Skip to content

Commit 051d08b

Browse files
authored
Merge pull request #25440 from vgorloff/macos-to-android-crosscompile
Android Mac Cross-compile: Fixes issue "ld.gold: error: cannot find -lutil"
2 parents cba7a55 + 28d1fb6 commit 051d08b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/public/Platform/bionic.modulemap.gyb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
/// It's not named just Bionic so that it doesn't conflict in the event of a
2020
/// future official bionic modulemap.
2121
module SwiftGlibc [system] {
22-
// FIXME: util contains rarely used functions and not usually needed.
23-
// Unfortunately link directive doesn't work in the submodule yet.
24-
link "util"
2522

2623
link "dl"
2724

0 commit comments

Comments
 (0)