Skip to content

Commit a3fb3b0

Browse files
committed
update build recipe to fix sqlite3 universal static lib
1 parent deb8d8e commit a3fb3b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,8 @@ def library_recipes():
374374
'--enable-threadsafe',
375375
'--disable-readline',
376376
'--disable-dependency-tracking',
377-
]
377+
],
378+
install=f"make && ranlib libsqlite3.a && make install DESTDIR={shellQuote(os.path.join(WORKDIR, 'libraries'))}",
378379
),
379380
dict(
380381
name="libmpdec 4.0.0",

0 commit comments

Comments
 (0)