Skip to content

Commit

Permalink
Merge pull request #7 from Deduktiva/no-freeze
Browse files Browse the repository at this point in the history
Stop installing Freeze binary into output dir
  • Loading branch information
zeha authored Feb 16, 2024
2 parents fb4d437 + 3afe7fc commit 549316c
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 549316c

Please sign in to comment.