Merge pull request #382 from kiwix/legoktm-sh4-atomic

Pass -latomic on sh4 architecture too
This commit is contained in:
Kelson 2020-07-15 06:39:40 +02:00 committed by GitHub
commit 89582d526e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if 'java' in wrapper
endif
# See https://github.com/kiwix/kiwix-lib/issues/371
if target_machine.cpu_family() in ['arm', 'mips', 'm68k', 'ppc']
if target_machine.cpu_family() in ['arm', 'mips', 'm68k', 'ppc', 'sh4']
extra_libs += '-latomic'
endif