diff --git a/.gn b/.gn index a9e618fadae..fca256e85be 100644 --- a/.gn +++ b/.gn @@ -15,3 +15,8 @@ secondary_source = "//build/secondary/" # Override the default script executable to always be python3. script_executable = "python3" + +default_args = { + # Overwrite default args declared in the Fuchsia sdk + fuchsia_sdk_readelf_exec = "//buildtools/linux-x64/clang/bin/llvm-readelf" +}