Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8a11f commit 9d3036dCopy full SHA for 9d3036d
pythonnet/Python.Runtime.dll.config
@@ -13,9 +13,11 @@ For more information read:
13
<dllmap dll="python24" target="libpython2.4.so" os="!windows" />
14
<dllmap dll="python25" target="libpython2.5.so" os="!windows" />
15
<dllmap dll="python26" target="libpython2.6.so" os="!windows" />
16
+ <dllmap dll="python27" target="libpython2.7.so" os="!windows" />
17
<dllmap dll="python23.dll" target="libpython2.3.so" os="!windows" />
18
<dllmap dll="python24.dll" target="libpython2.4.so" os="!windows" />
19
<dllmap dll="python25.dll" target="libpython2.5.so" os="!windows" />
20
<dllmap dll="python26.dll" target="libpython2.6.so" os="!windows" />
21
+ <dllmap dll="python27.dll" target="libpython2.7.so" os="!windows" />
22
</configuration>
23
0 commit comments