diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-11-02 20:31:13 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-11-02 20:31:13 -0400 |
commit | 873f2cf8cc30125d6c573210f328bc71b95cdc5b (patch) | |
tree | 580b06d4df15ff5f8a9c3f20468bf2160ac666e5 /toolkit | |
parent | 21b3f6247403c06f85e1f45d219f87549862198f (diff) | |
download | UXP-873f2cf8cc30125d6c573210f328bc71b95cdc5b.tar UXP-873f2cf8cc30125d6c573210f328bc71b95cdc5b.tar.gz UXP-873f2cf8cc30125d6c573210f328bc71b95cdc5b.tar.lz UXP-873f2cf8cc30125d6c573210f328bc71b95cdc5b.tar.xz UXP-873f2cf8cc30125d6c573210f328bc71b95cdc5b.zip |
Issue #1265 - Expose sndio as a build option for any supporting system
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/library/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build index 293c2feaf..4d870c73c 100644 --- a/toolkit/library/moz.build +++ b/toolkit/library/moz.build @@ -241,7 +241,7 @@ OS_LIBS += CONFIG['ICONV_LIBS'] if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('cocoa', 'uikit'): OS_LIBS += CONFIG['TK_LIBS'] -if CONFIG['OS_ARCH'] == 'OpenBSD': +if CONFIG['MOZ_SNDIO']: OS_LIBS += [ 'sndio', ] |