diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-20 22:51:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-06 20:42:50 +0200 |
| commit | a3fcbb3a76e079a5485a0552ea5d35b8d6739116 (patch) | |
| tree | 58f6476b7197c0e32b5aa3d52d0859a9b04db268 /platform | |
| parent | a4105c6e8dc83407abc9b12e80c958673c942888 (diff) | |
Use sqlite for cinema and DKDM recipient lists.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 1 | ||||
| -rw-r--r-- | platform/windows/wscript | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index 633b830b7..dd42ebe32 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -220,6 +220,7 @@ function copy_libs { copy_lib_env libgio "$dest" copy_lib_env libz "$dest" copy_lib_env libdav1d "$dest" + copy_lib_env libsqlite "$dest" } # @param #1 directory to copy to diff --git a/platform/windows/wscript b/platform/windows/wscript index 2f0bf2c22..2c53a1422 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -196,6 +196,7 @@ File "%static_deps%/bin/libbrotlidec.dll" File "%static_deps%/bin/libbrotlicommon.dll" File "%static_deps%/bin/libfribidi-0.dll" File "%static_deps%/bin/libsharpyuv-0.dll" +File "%static_deps%/bin/libsqlite3-0.dll" """, file=f) if bits == 32: |
