File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -271,11 +271,7 @@ sqlite3/sqlite3/sqlite3.o:
271271 cd sqlite3/sqlite3 && patch -p0 < ../sqlite3_pass_exts.patch
272272 cd sqlite3/sqlite3 && patch -p0 < ../throw.patch
273273 cd sqlite3/sqlite3 && ${CC} ${MYCFLAGS} -fPIC -c -o sqlite3.o sqlite3.c -DSQLITE_ENABLE_MEMORY_MANAGEMENT -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_DLL=1 -DSQLITE_ENABLE_MATH_FUNCTIONS
274- ifeq ($(UNAME_S ) ,Darwin)
275- cd sqlite3/sqlite3 && ${CC} -dynamiclib -undefined dynamic_lookup -install_name @rpath/libsqlite3.so -o libsqlite3.so sqlite3.o $(LIB_SSL_PATH) $(LIB_CRYPTO_PATH)
276- else
277274 cd sqlite3/sqlite3 && ${CC} -shared -o libsqlite3.so sqlite3.o
278- endif
279275
280276sqlite3/sqlite3/vec.o : sqlite3/sqlite3/sqlite3.o
281277 cd sqlite3/sqlite3 && cp ../sqlite-vec-source/sqlite-vec.c . && cp ../sqlite-vec-source/sqlite-vec.h .
You can’t perform that action at this time.
0 commit comments