File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
subprojects/packagefiles/discord_social_sdk Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,10 @@ discord_partner_sdk = c.find_library(
8686 required : true ,
8787)
8888
89- discord_lib = library (
90- ' discord_partner_sdk ' ,
89+ discord_social_sdk_lib = library (
90+ ' discord_social_sdk ' ,
9191 header_files,
92+ cpp_args : [' -DDISCORDPP_IMPLEMENTATION' ],
9293 include_directories : inc_dirs,
9394 dependencies : discord_partner_sdk,
9495 install : true ,
@@ -97,7 +98,7 @@ discord_lib = library(
9798discord_social_sdk_dep = declare_dependency (
9899 include_directories : inc_dirs,
99100 version : meson .project_version(),
100- link_with : discord_lib ,
101+ link_with : discord_social_sdk_lib ,
101102)
102103
103104meson .override_dependency(' discord-social-sdk' , discord_social_sdk_dep)
You can’t perform that action at this time.
0 commit comments