Skip to content

Commit cd928ec

Browse files
committed
Fix references to standard library
1 parent 99a5101 commit cd928ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/IronPython/IronPython.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
<None Include="Lib\**\*.py" Link="lib\%(RecursiveDir)%(Filename)%(Extension)">
3939
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4040
</None>
41-
<None Include="..\..\extensions\StdLib\Lib\os.py" Link="lib\os.py">
41+
<None Include="..\..\core\IronPython.StdLib\Lib\os.py" Link="lib\os.py">
4242
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4343
</None>
4444
</ItemGroup>
4545

4646
<ItemGroup>
4747
<EmbeddedResource Include="Modules\unicodedata\IPyUnicodeData.txt.gz" />
4848
<EmbeddedResource Include="Modules\unicodedata\IPyUnicodeData-3.2.0.txt.gz" />
49-
<EmbeddedResource Include="..\..\extensions\StdLib\Lib\importlib\_bootstrap.py" Link="Modules\_bootstrap.py" />
49+
<EmbeddedResource Include="..\..\core\IronPython.StdLib\Lib\importlib\_bootstrap.py" Link="Modules\_bootstrap.py" />
5050
</ItemGroup>
5151

5252
<ItemGroup>

0 commit comments

Comments
 (0)