From d22db486c88f5512146ba35e011d50b12a7a4d14 Mon Sep 17 00:00:00 2001 From: gsspdev Date: Fri, 4 Oct 2024 23:08:12 -0500 Subject: [PATCH] corrected name of config flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20d54d1b..03141756 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ python3 -m venv .venv source .venv/bin/activate pip install -e . -kiwix-build --target-platform apple_all_static libkiwix +kiwix-build --config apple_all_static libkiwix # assuming your kiwix-build and apple folder at at same level cp -r BUILD_apple_all_static/INSTALL/lib/CoreKiwix.xcframework ../apple/ ```