From 9a2e0e982b834965cbc01769efb4a59755917ef4 Mon Sep 17 00:00:00 2001 From: Crimson-Hawk Date: Sun, 31 Mar 2024 15:55:12 +0200 Subject: [PATCH] I believe web services disabled can be re-enabled in macos --- 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 26ede3a..93c1c54 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -26,7 +26,7 @@ export Qt5_DIR="/opt/homebrew/opt/qt@5/lib/cmake" export LIBVULKAN_PATH=/opt/homebrew/lib/libvulkan.dylib -cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSUYU_USE_BUNDLED_VCPKG=OFF -DSUYU_TESTS=OFF -DENABLE_WEB_SERVICE=OFF -DENABLE_LIBUSB=OFF -DCLANG_FORMAT=ON -DSDL2_DISABLE_INSTALL=ON -DSDL_ALTIVEC=ON +cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSUYU_USE_BUNDLED_VCPKG=OFF -DSUYU_TESTS=OFF -DENABLE_WEB_SERVICE=ON -DENABLE_LIBUSB=OFF -DCLANG_FORMAT=ON -DSDL2_DISABLE_INSTALL=ON -DSDL_ALTIVEC=ON ninja ```