Skip to content

Commit

Permalink
fix macOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
rse committed Mar 24, 2021
1 parent 8140c14 commit 7e287fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndi.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const tmp = require("tmp")
execa.sync("pkgutil", [ "--expand", file1, dir1 ],
{ stdin: "inherit", stdout: "inherit", stderr: "inherit" })
execa.sync("cpio", [ "-idmu", "-F", path.join(dir1, "NDI_SDK_Component.pkg/Payload") ],
{ cwd: dir1, stdin: "inherit", stdout: "inherit", stderr: "inherit" })
{ cwd: dir1, stdin: "inherit", stdout: "ignore", stderr: "ignore" })

/* assemble NDI SDK subset */
console.log("-- assembling NDI SDK subset")
Expand Down

0 comments on commit 7e287fb

Please sign in to comment.