3 Commits

Author SHA1 Message Date
79c3d595d2
build.zig: fix header search paths
These are not handled properly when used as a dependency unless they
are attached to all of the artifacts because if a user only depends on
libssl, it doesn't include the headers attached to libcrypto.
2023-08-31 22:14:27 -07:00
dd538e896b
build.zig: fix erroneous cwd references
This worked fine building libressl by itself, but it references the
wrong directory when executed as a dependency of another library. The
builder object seems to have its build root set correctly, so use
that.
2023-08-31 21:45:39 -07:00
6582b5efe9
add build.zig 2023-08-30 21:48:11 -07:00