Fix issue in toolchain.configure

This commit is contained in:
wuggy 2026-06-25 23:02:55 -07:00
commit 603543d555

View file

@ -61,7 +61,6 @@ set_config('HAVE_YASM', have_yasm)
# Until the YASM variable is not necessary in old-configure.
add_old_configure_assignment('YASM', have_yasm)
<<<<<<< HEAD
# Android NDK
# ==============================================================
@ -70,7 +69,6 @@ def compiling_android(compile_env, build_project, gonkdir, _):
return compile_env and (gonkdir or build_project in ('mobile/android', 'js'))
include('android-ndk.configure', when=compiling_android)
=======
# nasm detection
# ==============================================================
nasm = check_prog('NASM', ['nasm'], allow_missing=True)
@ -108,7 +106,6 @@ def nasm_asflags(have_nasm, target):
return asflags
set_config('NASM_ASFLAGS', nasm_asflags)
>>>>>>> 2d3d34f993 (Enable dav1d SIMD on more architectures)
# MacOS deployment target version
# ==============================================================