1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 22:22:18 +02:00
This commit is contained in:
Christoph M. Becker
2019-12-30 18:32:52 +01:00
parent 55fd97c576
commit 48b44612d4

View File

@@ -3649,7 +3649,7 @@ function get_clang_lib_dir()
if (COMPILER_NAME_LONG.match(/clang version ([\d\.]+) \((.*)\)/)) {
ver = RegExp.$1;
} else {
ERROR("Faled to determine clang lib path");
ERROR("Failed to determine clang lib path");
}
if (X64) {
@@ -3682,7 +3682,7 @@ function add_asan_opts(cflags_name, libs_name, ldflags_name)
if (COMPILER_NAME_LONG.match(/clang version ([\d\.]+) \((.*)\)/)) {
ver = RegExp.$1;
} else {
ERROR("Faled to determine clang lib path");
ERROR("Failed to determine clang lib path");
}
if (!!cflags_name) {