File system-nasm.patch of Package nodejs-electron
--- a/third_party/nasm/BUILD.gn +++ b/third_party/nasm/BUILD.gn @@ -105,7 +105,11 @@ } if (current_toolchain == host_toolchain) { + copy("nasm") { + sources = [ "/usr/bin/nasm" ] + outputs = [ "$root_out_dir/nasm" ] + } - executable("nasm") { + executable("xnasm") { sources = nasmlib_sources + nasm_sources sources += [ "config/config-linux.h",