We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fcf82 commit 5098d47Copy full SHA for 5098d47
src/tests/build.proj
@@ -456,10 +456,6 @@
456
<ExtraAppLinkerArgs Include="@(LinkerArg)" />
457
</ItemGroup>
458
459
- <PropertyGroup>
460
- <NativeDependencies>$(IntermediateOutputPath)\..\$(TestRelativePath)\$(TestName)\native\$(TestName).o</NativeDependencies>
461
- </PropertyGroup>
462
-
463
<RemoveDir Directories="$(AppleBuildDir)" />
464
<RemoveDir Directories="$(AppDir)" />
465
<MakeDir Directories="$(AppleBuildDir)" />
0 commit comments