We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c68340 commit f5f9aceCopy full SHA for f5f9ace
build.js
@@ -27,7 +27,7 @@ if (process.platform === 'linux') {
27
targets.push('src/tools/linux/dump_syms/dump_syms')
28
}
29
30
-spawnSync('make', [includes, '-C', buildDir, '-j', require('os').cpus().length, ...targets], {
+spawnSync('make', ['-C', buildDir, '-j', require('os').cpus().length, ...targets], {
31
stdio: 'inherit'
32
})
33
0 commit comments