Skip to content

Commit 5fb4aa6

Browse files
committed
build.ps1: remove extraneous parenthesis (NFC)
1 parent fc38a45 commit 5fb4aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,7 +2158,7 @@ function Build-Sanitizers([Hashtable] $Platform) {
21582158
-Platform $Platform `
21592159
-UseBuiltCompilers ASM,C,CXX `
21602160
-BuildTargets "install-compiler-rt" `
2161-
-Defines (@{
2161+
-Defines @{
21622162
LLVM_DIR = "$LLVMTargetCache\lib\cmake\llvm";
21632163
LLVM_ENABLE_PER_TARGET_RUNTIME_DIR = "YES";
21642164
COMPILER_RT_DEFAULT_TARGET_ONLY = "YES";
@@ -2169,7 +2169,7 @@ function Build-Sanitizers([Hashtable] $Platform) {
21692169
COMPILER_RT_BUILD_XRAY = "NO";
21702170
COMPILER_RT_BUILD_PROFILE = "YES";
21712171
COMPILER_RT_BUILD_SANITIZERS = "YES";
2172-
})
2172+
}
21732173
}
21742174

21752175
function Build-ZLib([Hashtable] $Platform) {

0 commit comments

Comments
 (0)