8000 windows/msvc: Add vfs_posix_file.c to source list. · micropython/micropython@b54f835 · GitHub
[go: up one dir, main page]

Skip to content

Commit b54f835

Browse files
committed
windows/msvc: Add vfs_posix_file.c to source list.
1 parent 9a26034 commit b54f835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/windows/msvc/sources.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<PyExtModSource Include="$(PyBaseDir)extmod\moduzlib.c" />
1919
<PyExtModSource Include="$(PyBaseDir)extmod\utime_mphal.c" />
2020
<PyExtModSource Include="$(PyBaseDir)extmod\virtpin.c" />
21+
<PyExtModSource Include="$(PyBaseDir)extmod\vfs_posix_file.c" />
2122
</ItemGroup>
2223
<ItemGroup>
2324
<PyCoreInclude Include="$(PyBaseDir)py\*.h" />

0 commit comments

Comments
 (0)
0