From 8875f85336321de3322161df5e0dc1f1448f6335 Mon Sep 17 00:00:00 2001 From: Alexey <110727638+ZavaruKitsu@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:40:01 +0300 Subject: [PATCH] chore: update mac build doc --- docs/building-mac.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/building-mac.md b/docs/building-mac.md index b733ddd8cb..661257e1b4 100644 --- a/docs/building-mac.md +++ b/docs/building-mac.md @@ -4,8 +4,6 @@ The build has only been tested with Xcode 26.1. Although it may work on lower Xcode versions, this is not guaranteed. -Xcode 26 has deprecated AGL, so you need to remove "AGL" from CMake options [here](https://github.com/desktop-app/cmake_helpers/blob/c7e0493dea2b870fb1b8e26604201fdb9e8c1ee5/options_mac.cmake#L64). - ### Prepare folder Choose a folder for the future build, for example **/Users/user/TBuild**. It will be named ***BuildPath*** in the rest of this document. All commands will be launched from Terminal.