Skip to content

Commit bc7d1c3

Browse files
committed
chore: update discord_social_sdk wrap to 1.6.11894
1 parent 1a6837a commit bc7d1c3

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[wrap-file]
22
directory = discord_social_sdk
3-
source_url = https://oopetris.totto.lt/static/assets/discord/DiscordSocialSdk-1.4.9649.zip
4-
source_filename = DiscordSocialSdk-1.4.9649.zip
5-
source_hash = 55af4030abf3286ee0a8e562c30cd839a605063eb5e987aea110bfc81bc39312
3+
source_url = https://oopetris.totto.lt/static/assets/discord/DiscordSocialSdk-1.6.11894.zip
4+
source_filename = DiscordSocialSdk-1.6.11894.zip
5+
source_hash = 61ef7474331a1a039c65a8a07c6fbef558d4301e06aa4e2f42af9983da7698d8
66
patch_directory = discord_social_sdk
7-
diff_files = discord_social_sdk-1.4.9649_mingw.diff
7+
diff_files = discord_social_sdk-1.6.11894_mingw.diff
88

99
[provide]
1010
discord-social-sdk = discord_social_sdk_dep

subprojects/packagefiles/discord_social_sdk/meson.build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'discord-social-sdk',
33
'cpp',
44
'c',
5-
version: '1.4.9649',
5+
version: '1.6.11894',
66
meson_version: '>=1.4.0',
77
default_options: {
88
'cpp_std': ['c++17'],
@@ -68,6 +68,8 @@ if not meson.is_cross_build()
6868
elif host_machine.system() == 'windows'
6969
if host_machine.cpu_family() == 'x86_64'
7070
lib_base_dir = get_option('default_library') == 'static' ? 'bin' : 'lib'
71+
elif host_machine.cpu_family() == 'aarch64'
72+
lib_base_dir = (get_option('default_library') == 'static' ? 'bin' : 'lib') / 'arm64'
7173
else
7274
error('unsupported architecture for windows: '
7375
+ host_machine.cpu_family())

0 commit comments

Comments
 (0)