Skip to content

Commit ac28712

Browse files
committed
build.ps1: annotate some cleanup work
Mark the associated issue tracking the clean up of the additional flags that we are required to currently pass.
1 parent 8d71ac5 commit ac28712

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2569,6 +2569,7 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
25692569
-Defines @{
25702570
BUILD_SHARED_LIBS = if ($Static) { "NO" } else { "YES" };
25712571
CMAKE_FIND_PACKAGE_PREFER_CONFIG = "YES";
2572+
# FIXME(#83449): avoid using `SwiftCMakeConfig.h`
25722573
CMAKE_CXX_FLAGS = @("-I${RuntimeBinaryCache}\include");
25732574
CMAKE_STATIC_LIBRARY_PREFIX_Swift = "lib";
25742575

@@ -2587,6 +2588,7 @@ function Build-ExperimentalRuntime([Hashtable] $Platform, [switch] $Static = $fa
25872588
-Defines @{
25882589
BUILD_SHARED_LIBS = if ($Static) { "NO" } else { "YES" };
25892590
CMAKE_FIND_PACKAGE_PREFER_CONFIG = "YES";
2591+
# FIXME(#83449): avoid using `SwiftCMakeConfig.h`
25902592
CMAKE_CXX_FLAGS = @("-I${RuntimeBinaryCache}\include");
25912593
CMAKE_STATIC_LIBRARY_PREFIX_Swift = "lib";
25922594

0 commit comments

Comments
 (0)