File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/master-next/cmake/modules 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
2
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3
- refs/heads/master-next: a073fd76213196bc07a8baf3b1a3dc218eacb2ca
3
+ refs/heads/master-next: 182c0ccd6ba126777577f0f5e7cf5aa86472eb03
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
6
6
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07
Original file line number Diff line number Diff line change @@ -2370,7 +2370,7 @@ function(_add_swift_executable_single name)
2370
2370
# NOTE(compnerd) use the C linker language to invoke `clang` rather than
2371
2371
# `clang++` as we explicitly link against the C++ runtime. We were previously
2372
2372
# actually passing `-nostdlib++` to avoid the C++ runtime linkage.
2373
- if (SWIFTEXE_SINGLE_SDK STREQUAL ANDROID )
2373
+ if (${ SWIFTEXE_SINGLE_SDK} STREQUAL ANDROID )
2374
2374
set_property (TARGET "${name} " PROPERTY
2375
2375
LINKER_LANGUAGE "C" )
2376
2376
else ()
You can’t perform that action at this time.
0 commit comments