Added config option to not leak OS information over discord RPC and temporarially fixed macOS builds

This commit is contained in:
2025-10-11 22:45:20 +10:00
parent 7b53e51e7e
commit 1808c80479
5 changed files with 24 additions and 22 deletions
+7 -1
View File
@@ -15,10 +15,16 @@ pkg_check_modules(GSTREAMER REQUIRED gstreamer-1.0)
add_subdirectory(external/discord-rpc)
if(APPLE)
link_directories(/opt/homebrew/Cellar/glib/2.86.0/lib)
link_directories(/opt/homebrew/lib)
endif()
add_executable(ossp MACOSX_BUNDLE
main.c
gui/gui_entry.cpp
configHandler.c
discordrpc.c
gui/gui_entry.cpp
player/player.c
player/playQueue.cpp
libopensubsonic/crypto.c