Skip to content

Commit fb79134

Browse files
committed
wip
1 parent 4cd9ab9 commit fb79134

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

projects/cmake.org/build.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BuildOptions, run, unarchive } from "brewkit";
1+
import { BuildOptions, run, unarchive, env_include } from "brewkit";
22

33
//NOTE we statically link everything because we have a policy
44
// where build tools have no deps to prevent their deps inadvertently
@@ -14,9 +14,6 @@ export default async function ({ prefix, deps, version }: BuildOptions) {
1414
--prefix=${prefix}
1515
--docdir=/share/doc
1616
--mandir=/share/man
17-
--system-zlib
18-
--system-curl
19-
--system-bzip2
2017
--
2118
-DCMake_BUILD_LTO=ON
2219
-DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)