Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Aug 18, 2024
1 parent 9d2574c commit 9205df1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ if (Deno.build.os === "windows") {
new URL("../sqlite/configure", import.meta.url),
"--enable-releasemode",
"--enable-update-limit",
...(Deno.build.arch === ARCH || Deno.build.os !== "linux" ? [] : ["--disable-tcl", "--host=arm-linux"]),
...(Deno.build.arch === ARCH || Deno.build.os !== "linux"
? []
: ["--disable-tcl", "--host=arm-linux"]),
);
$(
"make",
Expand Down

0 comments on commit 9205df1

Please sign in to comment.