Skip to content

Commit 6de9c37

Browse files
directhexakoeplinger
authored andcommitted
Bump to latest SQLite for Mac bundle (mono#12118)
* Bump to latest SQLite for Mac bundle * Explicitly disable editline support. SQLite assumes that if editline is enabled (the default), then NCurses was compiled with TermInfo support, which is not true on Mac
1 parent a46e330 commit 6de9c37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packaging/MacSDK/sqlite.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Package('sqlite-autoconf', '3090200', sources=[
2-
'https://www.sqlite.org/2015/%{name}-%{version}.tar.gz'
3-
])
1+
Package('sqlite-autoconf', '3260000', sources=[
2+
'https://www.sqlite.org/2018/%{name}-%{version}.tar.gz'
3+
],configure_flags=['--disable-editline'])

0 commit comments

Comments
 (0)