build: add -A to `deno compile`
parent
b76faea133
commit
beee24e367
|
|
@ -3,5 +3,5 @@ TARGETS="x86_64-unknown-linux-gnu,x86_64-pc-windows-msvc,x86_64-apple-darwin,aar
|
|||
# compile for every target in bash
|
||||
for target in $(echo $TARGETS | sed "s/,/ /g")
|
||||
do
|
||||
deno compile --target=$target -o ./binaries/s3si-$target ../s3si.ts
|
||||
deno compile --target=$target -o ./binaries/s3si-$target -A ../s3si.ts
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue