Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d3036d

Browse files
author
Barton Cline
committed
* python2.7 update *
1 parent 3e8a11f commit 9d3036d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonnet/Python.Runtime.dll.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ For more information read:
1313
<dllmap dll="python24" target="libpython2.4.so" os="!windows" />
1414
<dllmap dll="python25" target="libpython2.5.so" os="!windows" />
1515
<dllmap dll="python26" target="libpython2.6.so" os="!windows" />
16+
<dllmap dll="python27" target="libpython2.7.so" os="!windows" />
1617
<dllmap dll="python23.dll" target="libpython2.3.so" os="!windows" />
1718
<dllmap dll="python24.dll" target="libpython2.4.so" os="!windows" />
1819
<dllmap dll="python25.dll" target="libpython2.5.so" os="!windows" />
1920
<dllmap dll="python26.dll" target="libpython2.6.so" os="!windows" />
21+
<dllmap dll="python27.dll" target="libpython2.7.so" os="!windows" />
2022
</configuration>
2123

0 commit comments

Comments
 (0)