1
0
Files
nodejs-electron/system-nasm.patch

16 lines
377 B
Diff

--- 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",