2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Don't look for SDL when building on macOS.

This commit is contained in:
John Preston
2024-04-12 19:06:22 +04:00
parent bae9af1076
commit 18f5521be5

View File

@@ -847,6 +847,7 @@ mac:
-D CMAKE_OSX_DEPLOYMENT_TARGET:STRING=$MACOSX_DEPLOYMENT_TARGET \\
-D CMAKE_INSTALL_PREFIX:STRING=$USED_PREFIX \\
-D DISABLE_SSE=ON \\
-D ENABLE_SDL=OFF \\
-D BUILD_SHARED_LIBS=OFF \\
-D ENABLE_DECODER=ON \\
-D ENABLE_ENCODER=OFF