Skip to content

Commit 1f39eee

Browse files
authored
Merge pull request swiftlang#76861 from swiftlang/egorzhdan/glibc-remove-wasi
[Glibc] Remove WASI gyb logic from the modulemap
2 parents a38f2f6 + 5b9186e commit 1f39eee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/Platform/glibc.modulemap.gyb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ module SwiftGlibc [system] {
4949
export *
5050
}
5151

52-
% if CMAKE_SDK != "WASI":
5352
module CUUID [system] {
5453
header "uuid/uuid.h"
5554
link "uuid"
5655
export *
5756
}
58-
% end

0 commit comments

Comments
 (0)