File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,16 @@ For more information read:
14
14
<dllmap dll =" python25" target =" libpython2.5.so" os =" !windows" />
15
15
<dllmap dll =" python26" target =" libpython2.6.so" os =" !windows" />
16
16
<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" />
17
20
<dllmap dll =" python23.dll" target =" libpython2.3.so" os =" !windows" />
18
21
<dllmap dll =" python24.dll" target =" libpython2.4.so" os =" !windows" />
19
22
<dllmap dll =" python25.dll" target =" libpython2.5.so" os =" !windows" />
20
23
<dllmap dll =" python26.dll" target =" libpython2.6.so" os =" !windows" />
21
24
<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" />
22
28
</configuration >
23
29
You can’t perform that action at this time.
0 commit comments