mirror of
https://github.com/electron/electron.git
synced 2026-01-09 07:28:12 -05:00
fix: asan build on macos (#41587)
This commit is contained in:
2
BUILD.gn
2
BUILD.gn
@@ -855,7 +855,7 @@ if (is_mac) {
|
|||||||
if (is_asan) {
|
if (is_asan) {
|
||||||
# crashpad_handler requires the ASan runtime at its @executable_path.
|
# crashpad_handler requires the ASan runtime at its @executable_path.
|
||||||
sources += [ "$root_out_dir/libclang_rt.asan_osx_dynamic.dylib" ]
|
sources += [ "$root_out_dir/libclang_rt.asan_osx_dynamic.dylib" ]
|
||||||
public_deps += [ "//build/config/sanitizers:copy_asan_runtime" ]
|
public_deps += [ "//build/config/sanitizers:copy_sanitizer_runtime" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user