Skip to content

Commit 7e52ed6

Browse files
committed
fixup! build: add --shared-abseil-cpp configure flag
1 parent b342e54 commit 7e52ed6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,6 @@ ifeq ($(SKIP_SHARED_DEPS), 1)
12501250
$(RM) -r $(TARNAME)/deps/sqlite
12511251
$(RM) -r $(TARNAME)/deps/uv
12521252
$(RM) -r $(TARNAME)/deps/uvwasi
1253-
find $(TARNAME)/deps/v8/third_party/abseil-cpp -type f -not -name cycleclock.cc -exec $(RM) {} +
12541253
$(RM) -r $(TARNAME)/deps/zlib
12551254
$(RM) -r $(TARNAME)/deps/zstd
12561255
else

0 commit comments

Comments
 (0)