mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Remove "--removefeature:EventSource" compile option
This commit is contained in:
parent
e2f1d74ae5
commit
d2c327377d
1 changed files with 0 additions and 4 deletions
|
@ -31,10 +31,6 @@
|
|||
<RootAllApplicationAssemblies>false</RootAllApplicationAssemblies>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition=" $(BuildType.StartsWith('native')) and '$(OS)' == 'Windows_NT' and '$(BuildType)' != 'native-untrimmed' ">
|
||||
<IlcArg Include="--removefeature:EventSource" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- No-reflection mode might not work on Linux if the HOME environment variable is not set -->
|
||||
<PropertyGroup Condition=" '$(BuildType)' == 'native-noreflection' ">
|
||||
<IlcDisableReflection>true</IlcDisableReflection>
|
||||
|
|
Loading…
Reference in a new issue