godot/modules/opus
Rémi Verschelde 2ad86122ac SCons: Fix OPUS_ARM_OPT flag applied for all android/iphone arches
The first 'if' always evaluated to true, as it evaluated values which are the default
ones for Android and iOS respectively, so even if one of them was overridden, the other
one would be true.

Fixes #27658.

(cherry picked from commit c2fb1c9f01)
2019-04-04 12:41:25 +02:00
..
stub Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_stream_opus.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
audio_stream_opus.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
register_types.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Fix OPUS_ARM_OPT flag applied for all android/iphone arches 2019-04-04 12:41:25 +02:00