From 39fb28d8bcdf3c7560d3c42e3dbaf108b9c92a7a Mon Sep 17 00:00:00 2001 From: John Alanbrook Date: Tue, 9 Dec 2025 19:37:55 -0600 Subject: [PATCH] use --- cell.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cell.toml b/cell.toml index 01fa396..263d627 100644 --- a/cell.toml +++ b/cell.toml @@ -1,6 +1,3 @@ [compilation] -LDFLAGS = "-Ldiscord_social_sdk/lib/release" -CFLAGS = "-Idiscord_social_sdk/include" - -[compilation.macOS] -LDFLAGS = "-ldiscord_partner_sdk -Wl,-rpath,@loader_path" \ No newline at end of file +LDFLAGS = "-L$LOCAL/discord_social_sdk/lib/release -ldiscord_partner_sdk" +CFLAGS = "-I$LOCAL/discord_social_sdk/include"