Skip to content

Commit 0188492

Browse files
committed
fix: fix meson config formatting
1 parent b86c5c6 commit 0188492

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/dependencies/meson.build

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ endif
139139
fmt_use_header_only = false
140140

141141
if (meson.is_cross_build()
142-
and (host_machine.system() == 'switch'
143-
or host_machine.system() == '3ds')
142+
and (host_machine.system() == 'switch'
143+
or host_machine.system() == '3ds')
144144
)
145145
fmt_use_header_only = true
146146
endif
@@ -436,8 +436,8 @@ if build_application
436436
endif
437437

438438
if (host_machine.system() == 'linux'
439-
or (meson.is_cross_build()
440-
and host_machine.system() == 'android')
439+
or (meson.is_cross_build()
440+
and host_machine.system() == 'android')
441441
)
442442
keyutils_dep = dependency(
443443
'keyutils',
@@ -529,7 +529,7 @@ and host_machine.system() == 'android')
529529

530530

531531
if (host_machine.system() == 'linux'
532-
and host_machine.cpu_family() == 'aarch64'
532+
and host_machine.cpu_family() == 'aarch64'
533533
)
534534
# not supported on aarch64 linux :(
535535
discord_dep_required = false

0 commit comments

Comments
 (0)