File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11so_module("db/sqlite.so", [file("sqlite.o")], Tags is ["standard"])
22
3- scope("dqlite";) do
3+ :< scope("dqlite";) do
44 let RaftDir := file("raft")
55 let RaftLib := RaftDir / ".libs/libraft.a" => fun() do
66 RaftDir:rmdir:mkdir:chdir
@@ -23,7 +23,7 @@ scope("dqlite";) do
2323 PREBUILDS := old + [Lib]
2424 CFLAGS := old + ['-I{Dir/"include"}']
2525 so_module("db/dqlite.so", [file("dqlite.o")], [Lib])
26- end
26+ end>:
2727
2828:<scope("sqlite";) do
2929 file("sqlite/sqlite3.c") => fun() do
Original file line number Diff line number Diff line change 11LIBUV := file("lib/libuv_a.a") => fun() do
22 let Dir := file("libuv"):rmdir:mkdir:chdir
3- execute("wget -nv https://dist.libuv.org/dist/v1.42 .0/libuv-v1.42 .0.tar.gz -O- | tar xzP --strip-components=1")
3+ execute("wget -nv https://dist.libuv.org/dist/v1.51 .0/libuv-v1.51 .0.tar.gz -O- | tar xzP --strip-components=1")
44 execute('CFLAGS=-fpic cmake . -DCMAKE_INSTALL_PREFIX={PATH} -DCMAKE_BUILD_TYPE=Release')
55 execute("make -j4")
66 execute("make install")
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ scope("gumbo";) do
3131 file("gumbo/src/string_piece.o"),
3232 file("gumbo/src/utf8.o")
3333 ]
34+ PREBUILDS := old + [GUMBO]
3435 file("html_init.c")[GUMBO]
3536 for Object in Objects do
3637 (Object % "c")[GUMBO] => fun() nil
You can’t perform that action at this time.
0 commit comments