From cda5b2029f403e778fa35b2a15212acebb451c18 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 1 Sep 2023 17:29:31 +0200 Subject: [PATCH] make: build lexbor the way commented in `build.zig` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 461e0812..d40f686d 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ install-dev: install-submodule install-lexbor install-jsruntime-dev install-lexbor: @mkdir -p vendor/lexbor @cd vendor/lexbor && \ - cmake ../lexbor-src -DLEXBOR_BUILD_SHARED=OFF -DLEXBOR_BUILD_STATIC=ON -DLEXBOR_BUILD_TESTS_CPP=OFF -DLEXBOR_INSTALL_HEADERS=ON && \ + cmake ../lexbor-src -DLEXBOR_BUILD_SHARED=OFF && \ make install-jsruntime-dev: