Fix discord-rpc build when ASLR is enabled

This commit is contained in:
Vestral 2025-03-16 10:36:50 +09:00 committed by Megamouse
parent ec29650029
commit a45f604cd8
13 changed files with 158 additions and 149 deletions

View file

@ -116,7 +116,7 @@ export MACOSX_DEPLOYMENT_TARGET=14.0
"$BREW_X64_PATH/bin/cmake" .. \
-DUSE_SDL=ON \
-DUSE_DISCORD_RPC=OFF \
-DUSE_DISCORD_RPC=ON \
-DUSE_VULKAN=ON \
-DUSE_ALSA=OFF \
-DUSE_PULSE=OFF \