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