Skip to content

Commit 744a60d

Browse files
committed
---
yaml --- r: 348142 b: refs/heads/master c: 50e2293 h: refs/heads/master
1 parent be9d7b1 commit 744a60d

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: 9871e33bb7289553c8061f7fe8dc70a9eccc777d
2+
refs/heads/master: 50e2293d8fe8bfa37e3390fa29f538e5704422ee
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/cmake/modules/AddSwift.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ function(_add_swift_library_single target name)
13831383
# NOTE(compnerd) use the C linker language to invoke `clang` rather than
13841384
# `clang++` as we explicitly link against the C++ runtime. We were previously
13851385
# actually passing `-nostdlib++` to avoid the C++ runtime linkage.
1386-
if(SWIFTLIB_SINGLE_SDK STREQUAL ANDROID)
1386+
if("${SWIFTLIB_SINGLE_SDK}" STREQUAL "ANDROID")
13871387
set_property(TARGET "${target}" PROPERTY
13881388
LINKER_LANGUAGE "C")
13891389
else()

0 commit comments

Comments
 (0)