always set asm_conversion_cmd as e.g., vpx_config.asm may still be
generated with make when using --enable-external-build
BUG=webm:1535
Change-Id: I120452d4e06580b67119aee8d0a710998ac87a7a
;;
esac
- asm_conversion_cmd="${source_path}/build/make/ads2gas_apple.pl"
-
if [ "$(show_darwin_sdk_major_version iphoneos)" -gt 8 ]; then
check_add_cflags -fembed-bitcode
check_add_asflags -fembed-bitcode
check_add_ldflags -fembed-bitcode
fi
fi
+
+ asm_conversion_cmd="${source_path}/build/make/ads2gas_apple.pl"
;;
linux*)