Skip to content

Commit

Permalink
Stop installing Freeze binary into output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Feb 16, 2024
1 parent 2e02135 commit 3afe7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MagPython/FreezeMagPython.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PropertyGroup>
<TopDir>$(MSBuildProjectDirectory)\..\</TopDir>
<IntDir>$(MSBuildProjectDirectory)\$(Configuration)-Int-freeze\</IntDir>
<OutDir>$(MSBuildProjectDirectory)\$(Configuration)\</OutDir>
<OutDir>$(MSBuildProjectDirectory)\$(Configuration)-Int-freeze\</OutDir>
<PythonSourceDir>$(TopDir)\Python\</PythonSourceDir>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down

0 comments on commit 3afe7fc

Please sign in to comment.