Files
eden/.patch/discord-rpc/0001-objc.patch
T
lizzie 1cd75661ef 2026-09-05 19:16:24
Signed-off-by: lizzie <lizzie@eden-emu.dev>
2026-09-05 19:16:24 +00:00

16 lines
304 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e7142a..8530657 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,10 @@
cmake_minimum_required (VERSION 3.22)
+
+# for discord_register_osx.m
+if (APPLE)
+ enable_language(OBJC)
+endif()
+
project (DiscordRPC)
include(GNUInstallDirs)