Skip to content

Commit 29caf1d

Browse files
authored
Merge pull request #60593 from apple/egorzhdan/glibc-uuid-path
[Glibc] Refer to UUID headers from the modulemap using relative paths
2 parents 92267b0 + 78c0540 commit 29caf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Platform/glibc.modulemap.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module SwiftGlibc [system] {
5151

5252
% if CMAKE_SDK != "WASI" and CMAKE_SDK != "ANDROID":
5353
module CUUID [system] {
54-
header "${GLIBC_INCLUDE_PATH}/uuid/uuid.h"
54+
header "uuid/uuid.h"
5555
link "uuid"
5656
export *
5757
}

0 commit comments

Comments
 (0)