We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92267b0 + 78c0540 commit 29caf1dCopy full SHA for 29caf1d
stdlib/public/Platform/glibc.modulemap.gyb
@@ -51,7 +51,7 @@ module SwiftGlibc [system] {
51
52
% if CMAKE_SDK != "WASI" and CMAKE_SDK != "ANDROID":
53
module CUUID [system] {
54
- header "${GLIBC_INCLUDE_PATH}/uuid/uuid.h"
+ header "uuid/uuid.h"
55
link "uuid"
56
export *
57
}
0 commit comments