Skip to content

Commit d19ba35

Browse files
committed
---
yaml --- r: 348132 b: refs/heads/master c: 7d7ceb9 h: refs/heads/master
1 parent f8d070e commit d19ba35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: efe2c66c97438fcb7423bd6a2d10edd19739e54f
2+
refs/heads/master: 7d7ceb9e16804640f91138965cc3f856517760c7
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/stdlib/public/Platform/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ foreach(sdk ${SWIFT_SDKS})
9595
set(GLIBC_ARCH_INCLUDE_PATH "${SWIFT_SDK_${sdk}_ARCH_${arch}_PATH}${GLIBC_ARCH_INCLUDE_PATH}")
9696
endif()
9797

98-
if(sdk STREQUAL ANDROID)
98+
if(${sdk} STREQUAL ANDROID)
9999
set(glibc_modulemap_source "bionic.modulemap.gyb")
100100
else()
101101
set(glibc_modulemap_source "glibc.modulemap.gyb")

0 commit comments

Comments
 (0)