2026-09-05 18:01:17

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-09-05 18:01:17 +00:00
parent f775919331
commit 54ad9f0a1b
2 changed files with 18 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
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_languages(OBJC)
+endif()
+
project (DiscordRPC)
include(GNUInstallDirs)
+3
View File
@@ -70,6 +70,9 @@
"find_args": "MODULE",
"hash": "8213c43dcb0f7d479f5861091d111ed12fbdec1e62e6d729d65a4bc181d82f48a35d5fd3cd5c291f2393ac7c9681eabc6b76609755f55376284c8a8d67e148f3",
"package": "DiscordRPC",
"patches": [
"0001-objc.patch"
],
"repo": "eden-emulator/discord-rpc",
"version": "0d8b2d6a37"
},