Skip to content

Commit 085c880

Browse files
committed
Revert macOS Makefile changes - these need PR review
1 parent a12b62a commit 085c880

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

deps/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

280276
sqlite3/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 .

0 commit comments

Comments
 (0)