Skip to content

Commit

Permalink
Disable sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Nov 17, 2023
1 parent 4be7487 commit 7aa5dba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export async function swift(payload: BuildPayload, options: SpawnOptions): Promi
'--triple',
'wasm32-unknown-wasi',
'--product',
payload.targetName
payload.targetName,
'--disable-sandbox'
],
{
...options,
Expand Down

0 comments on commit 7aa5dba

Please sign in to comment.