Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-05-25 20:12:09 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-05-25 20:12:09 +0300
commitd5d9456d4239d5e1e6b76e999894c084081eb560 (patch)
treec1af63433e51e0722702ddd6bea7cee9b956a00a /win
parentb1b5a13455cb27306d4307a77f239d0e589c9a30 (diff)
Add sqlite3 dependency to Windows build
Diffstat (limited to 'win')
-rw-r--r--win/_base.sh3
-rw-r--r--win/dev_env.sh3
2 files changed, 4 insertions, 2 deletions
diff --git a/win/_base.sh b/win/_base.sh
index d3915e5d6..52049e29e 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -71,7 +71,8 @@ function install_deps {
mingw-w64-"${ARCH}"-"${PYTHON_ID}"-gobject \
mingw-w64-"${ARCH}"-"${PYTHON_ID}"-pip \
mingw-w64-"${ARCH}"-gstreamer \
- mingw-w64-"${ARCH}"-adwaita-icon-theme
+ mingw-w64-"${ARCH}"-adwaita-icon-theme \
+ mingw-w64-"${ARCH}"-sqlite3
build_pip install setuptools_scm
diff --git a/win/dev_env.sh b/win/dev_env.sh
index 25498ca37..ad21ed254 100644
--- a/win/dev_env.sh
+++ b/win/dev_env.sh
@@ -13,7 +13,8 @@ function main {
mingw-w64-i686-sqlite3 \
mingw-w64-i686-python3 \
mingw-w64-i686-python3-gobject \
- mingw-w64-i686-python3-pip
+ mingw-w64-i686-python3-pip \
+ mingw-w64-i686-sqlite3
pip3 install setuptools_scm