From 87154d0f461c171f04960e05de4bc59d1e3fb5b1 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 21 Feb 2024 09:26:16 -0400 Subject: [PATCH] Remove USE_APPLE_ICU Signed-off-by: Juan Cruz Viotti --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e812ba63..07a048cd 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,6 @@ webkit: .always -DENABLE_FTL_JIT:BOOL=ON \ -DENABLE_STATIC_JSC:BOOL=ON \ -DUSE_SYSTEM_MALLOC:BOOL=ON \ - -DUSE_APPLE_ICU:BOOL=ON \ "-DWEBKIT_LIBRARIES_DIR:STRING=/D/a/includejs/includejs/build/WebKitLibraries" \ -DCMAKE_BUILD_TYPE:STRING=$(PRESET) $(CMAKE) --build ./build --config $(PRESET) --parallel 4