mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Remove "--removefeature:EventSource" compile option
This commit is contained in:
parent
e2f1d74ae5
commit
d2c327377d
@ -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…
x
Reference in New Issue
Block a user