Add cross-compile options to deno.json
This commit is contained in:
parent
5760a3f03b
commit
fcf78f3d56
@ -4,6 +4,8 @@
|
||||
},
|
||||
"tasks": {
|
||||
"run": "deno run -A --unstable index.ts",
|
||||
"build": "deno compile --output build/faux -A --unstable index.ts"
|
||||
"build": "deno compile --output build/faux -A --unstable index.ts",
|
||||
"build_linux": "deno compile --output build/faux_linux --target x86_64-unknown-linux-gnu -A --unstable index.ts",
|
||||
"build_windows": "deno compile --output build/faux_windows --target x86_64-pc-windows-msvc -A --unstable index.ts"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user