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
|
# compile for every target in bash
|
||||||
for target in $(echo $TARGETS | sed "s/,/ /g")
|
for target in $(echo $TARGETS | sed "s/,/ /g")
|
||||||
do
|
do
|
||||||
deno compile --target=$target -o ./binaries/s3si-$target ../s3si.ts
|
deno compile --target=$target -o ./binaries/s3si-$target -A ../s3si.ts
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue