Skip to content

Commit e06bccd

Browse files
committed
[build-script] Don't hardcode sqlite3 location; use the SDK.
1 parent ad9a7ef commit e06bccd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/build-script-impl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,6 @@ for host in "${ALL_HOSTS[@]}"; do
19421942
"${cmake_options[@]}"
19431943

19441944
-DSQLite3_INCLUDE_DIR:PATH="$(xcrun -sdk macosx -show-sdk-path)/usr/include"
1945-
-DSQLite3_LIBRARY:PATH="/usr/lib/libsqlite3.dylib"
19461945
)
19471946
fi
19481947
;;

0 commit comments

Comments
 (0)