File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 138
138
<_LLVMBuildArgs Include =' -DCMAKE_EXE_LINKER_FLAGS_INIT="$(_SharedLinkerFlags) $(_LibCxxLinkerFlags)"' />
139
139
<_LLVMBuildArgs Include =' -DCMAKE_SHARED_LINKER_FLAGS_INIT="$(_SharedLinkerFlags) $(_LibCxxLinkerFlags)"' />
140
140
<_LLVMBuildArgs Include =' -DCMAKE_MODULE_LINKER_FLAGS_INIT="$(_SharedLinkerFlags) $(_LibCxxLinkerFlags)"' />
141
- <_LLVMBuildArgs Condition =" '$(BuildOS)' == 'OSX' and '$(TargetArchitecture)' == 'arm64'" Include =' -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0' />
142
- <_LLVMBuildArgs Condition =" '$(BuildOS)' == 'OSX' and '$(TargetArchitecture)' == 'x64'" Include =' -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13' />
141
+ <_LLVMBuildArgs Condition =" '$(BuildOS)' == 'OSX'" Include =' -DCMAKE_OSX_DEPLOYMENT_TARGET=12.0' />
143
142
</ItemGroup >
144
143
145
144
<ItemGroup Condition =" '$(BuildOS)' == 'Windows_NT'" >
You can’t perform that action at this time.
0 commit comments