Skip to content

Commit 62e8cc7

Browse files
committed
Rebuild with libsqlite instead of sqlite
xref: #692 Can backport to other branches once merged
1 parent da6390c commit 62e8cc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7-
{% set build_number = 1 %}
7+
{% set build_number = 2 %}
88

99
# this makes the linter happy
1010
{% set channel_targets = channel_targets or 'conda-forge main' %}
@@ -160,7 +160,7 @@ outputs:
160160
- clang 18.* # [win]
161161
- llvm-tools 18.* # [win]
162162
- bzip2 # [build_platform != target_platform]
163-
- sqlite # [build_platform != target_platform]
163+
- libsqlite # [build_platform != target_platform]
164164
- liblzma-devel # [build_platform != target_platform]
165165
- zlib # [build_platform != target_platform]
166166
- openssl # [build_platform != target_platform]
@@ -173,7 +173,7 @@ outputs:
173173
- expat # [build_platform != target_platform]
174174
host:
175175
- bzip2
176-
- sqlite
176+
- libsqlite
177177
- liblzma-devel
178178
- zlib
179179
- openssl

0 commit comments

Comments
 (0)