Skip to content

Commit

Permalink
fix ebpf library linkage when using props file (microsoft#3107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen authored Dec 6, 2023
1 parent e058e39 commit 99744a1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tools/nuget/ebpf-for-windows.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
ToolsVersion="15.0">
<PropertyGroup>
<LibraryType Condition="'$(Configuration)'=='Debug'">mdd</LibraryType>
<LibraryType Condition="'$(Configuration)'=='NativeOnlyDebug'">mdd</LibraryType>
<LibraryType Condition="'$(Configuration)'=='Release'">md</LibraryType>
<LibraryType Condition="'$(Configuration)'=='NativeOnlyRelease'">md</LibraryType>
</PropertyGroup>
<ItemGroup>
<EbpfLibs Include="$(MSBuildThisFileDirectory)\lib\x86_64\$(LibraryType)\*.lib" />
<EbpfLibs Include="$(MSBuildThisFileDirectory)\lib\*.lib" />
</ItemGroup>
<PropertyGroup>
<EbpfLibraries>@(EbpfLibs)</EbpfLibraries>
Expand Down

0 comments on commit 99744a1

Please sign in to comment.