File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 9871e33bb7289553c8061f7fe8dc70a9eccc777d
2
+ refs/heads/master: 50e2293d8fe8bfa37e3390fa29f538e5704422ee
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -1383,7 +1383,7 @@ function(_add_swift_library_single target name)
1383
1383
# NOTE(compnerd) use the C linker language to invoke `clang` rather than
1384
1384
# `clang++` as we explicitly link against the C++ runtime. We were previously
1385
1385
# actually passing `-nostdlib++` to avoid the C++ runtime linkage.
1386
- if (SWIFTLIB_SINGLE_SDK STREQUAL ANDROID )
1386
+ if (" ${ SWIFTLIB_SINGLE_SDK} " STREQUAL " ANDROID" )
1387
1387
set_property (TARGET "${target} " PROPERTY
1388
1388
LINKER_LANGUAGE "C" )
1389
1389
else ()
You can’t perform that action at this time.
0 commit comments