Skip to content

Commit e64ed37

Browse files
committed
Windows: Volatile: Remove explicit triple
`CMAKE_Swift_COMPILER_TARGET` is set up by `Build-CMakeProject`. We shouldn't need to pass it into the volatile build explicitly.
1 parent a294509 commit e64ed37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2947,7 +2947,6 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
29472947
-Defines @{
29482948
BUILD_SHARED_LIBS = if ($Static) { "NO" } else { "YES" };
29492949
CMAKE_FIND_PACKAGE_PREFER_CONFIG = "YES";
2950-
CMAKE_Swift_COMPILER_TARGET = $Platform.Triple;
29512950
CMAKE_STATIC_LIBRARY_PREFIX_Swift = "lib";
29522951

29532952
SwiftCore_DIR = "${RuntimeBinaryCache}\cmake\SwiftCore";

0 commit comments

Comments
 (0)