Bug 1572986 - Link libmozavutil against libatomic when needed. r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D41483

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Hommey 2019-08-12 16:47:40 +00:00
parent 8ea107367c
commit c53b03de07

View File

@ -66,4 +66,7 @@ OS_LIBS += CONFIG['REALTIME_LIBS']
if CONFIG['OS_TARGET'] != 'WINNT':
OS_LIBS += ['m']
if CONFIG['MOZ_NEEDS_LIBATOMIC']:
OS_LIBS += ['atomic']
include("../ffvpxcommon.mozbuild")