mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Fix issue in toolchain.configure
This commit is contained in:
parent
28900eeefa
commit
603543d555
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
# ==============================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue