Skip to content

Commit f5f9ace

Browse files
authored
Update build.js
1 parent 1c68340 commit f5f9ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (process.platform === 'linux') {
2727
targets.push('src/tools/linux/dump_syms/dump_syms')
2828
}
2929

30-
spawnSync('make', [includes, '-C', buildDir, '-j', require('os').cpus().length, ...targets], {
30+
spawnSync('make', ['-C', buildDir, '-j', require('os').cpus().length, ...targets], {
3131
stdio: 'inherit'
3232
})
3333

0 commit comments

Comments
 (0)