[Git][gajim/gajim][master] Update windows build to python 3.7

Philipp Hörist gitlab at dev.gajim.org
Wed Jul 11 18:30:06 CEST 2018


Philipp Hörist pushed to branch master at gajim / gajim


Commits:
0afd5811 by Philipp Hörist at 2018-07-11T18:29:38+02:00
Update windows build to python 3.7

- - - - -


1 changed file:

- win/_base.sh


Changes:

=====================================
win/_base.sh
=====================================
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -34,7 +34,7 @@ function set_build_root {
     BUILD_ROOT="${DIR}/_build_root"
     REPO_CLONE="${BUILD_ROOT}/${MINGW}"/gajim
     MINGW_ROOT="${BUILD_ROOT}/${MINGW}"
-    PACKAGE_DIR="${BUILD_ROOT}/${MINGW}/lib/python3.6/site-packages"
+    PACKAGE_DIR="${BUILD_ROOT}/${MINGW}/lib/python3.7/site-packages"
 }
 
 function build_pacman {
@@ -295,8 +295,8 @@ function cleanup_install {
 function move_ssl_libs {
     # Pythons ssl module searches in that path for these dlls, if they are not there
     # C:/Windows/system32 is searcherd and potentially wrong versioned dlls are found there
-    cp "${MINGW_ROOT}"/bin/libeay32.dll "${MINGW_ROOT}"/lib/python3.6/lib-dynload/libeay32.dll
-    cp "${MINGW_ROOT}"/bin/ssleay32.dll "${MINGW_ROOT}"/lib/python3.6/lib-dynload/ssleay32.dll
+    cp "${MINGW_ROOT}"/bin/libeay32.dll "${MINGW_ROOT}"/lib/python3.7/lib-dynload/libeay32.dll
+    cp "${MINGW_ROOT}"/bin/ssleay32.dll "${MINGW_ROOT}"/lib/python3.7/lib-dynload/ssleay32.dll
 
 }
 



View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/0afd5811192a456fd7f02b1bce274ce8b14eb982

-- 
View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/0afd5811192a456fd7f02b1bce274ce8b14eb982
You're receiving this email because of your account on dev.gajim.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gajim.org/pipermail/commits/attachments/20180711/2789ef1e/attachment.html>


More information about the Commits mailing list