Skip to content

Commit 1ee7031

Browse files
committed
Add Python 3 dlls to dll map.
1 parent ff7d4ac commit 1ee7031

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Python.Runtime.dll.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@ For more information read:
1414
<dllmap dll="python25" target="libpython2.5.so" os="!windows" />
1515
<dllmap dll="python26" target="libpython2.6.so" os="!windows" />
1616
<dllmap dll="python27" target="libpython2.7.so" os="!windows" />
17+
<dllmap dll="python32" target="libpython3.2.so" os="!windows" />
18+
<dllmap dll="python33" target="libpython3.3.so" os="!windows" />
19+
<dllmap dll="python34" target="libpython3.4.so" os="!windows" />
1720
<dllmap dll="python23.dll" target="libpython2.3.so" os="!windows" />
1821
<dllmap dll="python24.dll" target="libpython2.4.so" os="!windows" />
1922
<dllmap dll="python25.dll" target="libpython2.5.so" os="!windows" />
2023
<dllmap dll="python26.dll" target="libpython2.6.so" os="!windows" />
2124
<dllmap dll="python27.dll" target="libpython2.7.so" os="!windows" />
25+
<dllmap dll="python32.dll" target="libpython3.2.so" os="!windows" />
26+
<dllmap dll="python33.dll" target="libpython3.3.so" os="!windows" />
27+
<dllmap dll="python34.dll" target="libpython3.4.so" os="!windows" />
2228
</configuration>
2329

0 commit comments

Comments
 (0)