mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #382 from kiwix/legoktm-sh4-atomic
Pass -latomic on sh4 architecture too
This commit is contained in:
commit
89582d526e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue