Skip to content

Commit

Permalink
Stackless issue python#175: fix Win32 link options for _teststackless
Browse files Browse the repository at this point in the history
Remove the fixed link base address.
  • Loading branch information
Anselm Kruis authored and Anselm Kruis committed Nov 19, 2018
1 parent 1c4dfae commit 8b97fb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PCbuild/_teststackless.vcxproj
Expand Up @@ -62,7 +62,8 @@
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
<BaseAddress>0x1e1F0000</BaseAddress>
<BaseAddress>
</BaseAddress>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit 8b97fb4

Please sign in to comment.