From 843a6683fdfad8056b64bc7440444ca52c1172da Mon Sep 17 00:00:00 2001 From: liamwhite Date: Tue, 28 Feb 2023 12:41:03 -0500 Subject: [PATCH] Updated Building for macOS (markdown) --- Building-for-macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index f1e44cb..57798fd 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -12,7 +12,7 @@ Build with debug symbols (vcpkg is not currently used due to broken boost-contex ```sh mkdir build && cd build export Qt5_DIR="/opt/homebrew/opt/qt@5/lib/cmake" -cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DYUZU_USE_BUNDLED_VCPKG=OFF -DYUZU_TESTS=OFF +cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DYUZU_USE_BUNDLED_VCPKG=OFF -DYUZU_TESTS=OFF -DENABLE_WEB_SERVICE=OFF ninja ```