Skip to content

Commit 77c7eb6

Browse files
committed
Remove arch .il files
1 parent 359e541 commit 77c7eb6

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def _get_source_files():
109109
yield path
110110

111111
for root, dirnames, filenames in os.walk("src"):
112-
for ext in (".cs", ".csproj", ".snk", ".config", ".il",
112+
for ext in (".cs", ".csproj", ".snk", ".config",
113113
".py", ".c", ".h", ".ico"):
114114
for filename in fnmatch.filter(filenames, "*" + ext):
115115
yield os.path.join(root, filename)

src/runtime/Python.Runtime.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@
149149
</ItemGroup>
150150
<ItemGroup>
151151
<None Include="..\pythonnet.snk" />
152-
<None Include="x64\clrmodule-platform.il" />
153-
<None Include="x86\clrmodule-platform.il" />
154152
</ItemGroup>
155153
<ItemGroup>
156154
<EmbeddedResource Include="resources\clr.py">

src/runtime/x64/clrmodule-platform.il

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/runtime/x86/clrmodule-platform.il

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)