File tree 1 file changed +1
-1
lines changed
src/coreclr/nativeaot/BuildIntegration
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ The .NET Foundation licenses this file to you under the MIT license.
229
229
<IlcArg Condition =" $(_targetOS) != ''" Include =" --targetos:$(_targetOS)" />
230
230
<IlcArg Condition =" $(_targetArchitectureWithAbi) != ''" Include =" --targetarch:$(_targetArchitectureWithAbi)" />
231
231
<IlcArg Condition =" $(IlcMultiModule) == 'true'" Include =" --multifile" />
232
- <IlcArg Condition =" $(IlcMultiModule) != 'true' and '$(IlcDehydrate)' != 'false' and '$(ControlFlowGuard)' != 'Guard'" Include =" --dehydrate" />
232
+ <IlcArg Condition =" $(IlcMultiModule) != 'true' and '$(IlcDehydrate)' != 'false' and ( '$(ControlFlowGuard)' != 'Guard' or '$(_targetOS)' != 'win') " Include =" --dehydrate" />
233
233
<IlcArg Condition =" $(Optimize) == 'true'" Include =" -O" />
234
234
<IlcArg Condition =" $(NativeDebugSymbols) == 'true'" Include =" -g" />
235
235
<IlcArg Condition =" $(IlcDwarfVersion) == '5'" Include =" --gdwarf-5" />
You can’t perform that action at this time.
0 commit comments