Skip to content

Commit 9668d83

Browse files
committed
修复msbuild错误的配置
1 parent c05bf23 commit 9668d83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/PublishAotCross.Compiler.linux-x64/SetupCompiler.linux-x64.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
</UsingTask>
2626

27-
<Target Name="SetUpZigPath" BeforeTargets="SetupOSSpecificProps">
28-
<PrependPath Value="$(MSBuildThisFileDirectory)/bin" />
27+
<Target Name="SetPathToZig" BeforeTargets="SetupOSSpecificProps">
28+
<SetUpZigPath Value="$(MSBuildThisFileDirectory)/bin" />
2929

3030
</Target>
3131

src/PublishAotCross.Compiler.win-x64/SetupCompiler.win-x64.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
</UsingTask>
2626

27-
<Target Name="SetUpZigPath" BeforeTargets="SetupOSSpecificProps">
28-
<PrependPath Value="$(MSBuildThisFileDirectory)/bin" />
27+
<Target Name="SetPathToZig" BeforeTargets="SetupOSSpecificProps">
28+
<SetUpZigPath Value="$(MSBuildThisFileDirectory)/bin" />
2929

3030
</Target>
3131

0 commit comments

Comments
 (0)