File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 url = git@github.com:sqlite/sqlite.git
1010 shallow = true
1111 ignore = dirty
12+ [submodule "apr "]
13+ path = third_party/apache/apr
14+ url = git@github.com:apache/apr.git
15+ [submodule "boringssl "]
16+ path = third_party/google/boringssl
17+ url = git@github.com:google/boringssl.git
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ENABLE_SCCACHE ?= yes
2525ELIDE_ROOT ?= $(realpath $(shell pwd) /..)
2626MACOS_MIN_VERSION ?= 12.3
2727
28- NATIVE_TOOLS ?= sqlite apr
28+ NATIVE_TOOLS ?= boringssl sqlite apr
2929LANGS ?= pkl
3030
3131ifeq ($(RELEASE ) ,yes)
@@ -199,7 +199,7 @@ apr: apache/apr/.libs
199199
200200CFLAGS_APR ?=
201201CFLAGS_APR +=$(CFLAGS_BASE ) -w
202- LDFLAGS_APR ?=-L$(ELIDE_ROOT ) /third_party/google/boringssl/build -lssl -lcrypto
202+ LDFLAGS_APR ?=-L$(ELIDE_ROOT ) /third_party/google/boringssl/build -lssl -lcrypto
203203LDFLAGS_APR +=$(LDFLAGS_BASE )
204204
205205# APR does not link with LLD.
You can’t perform that action at this time.
0 commit comments