mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 08:18:59 +00:00
fix curl dependency issue with zlib
This commit is contained in:
@@ -658,6 +658,8 @@ fn buildCurl(b: *Build, m: *Build.Module) !void {
|
|||||||
|
|
||||||
curl.addIncludePath(b.path(root ++ "lib"));
|
curl.addIncludePath(b.path(root ++ "lib"));
|
||||||
curl.addIncludePath(b.path(root ++ "include"));
|
curl.addIncludePath(b.path(root ++ "include"));
|
||||||
|
curl.addIncludePath(b.path("vendor/zlib"));
|
||||||
|
|
||||||
curl.addCSourceFiles(.{
|
curl.addCSourceFiles(.{
|
||||||
.flags = &.{},
|
.flags = &.{},
|
||||||
.files = &.{
|
.files = &.{
|
||||||
|
|||||||
Reference in New Issue
Block a user