mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 16:28:58 +00:00
mv vendor/html5ever src/html5ever
This commit is contained in:
@@ -56,7 +56,7 @@ pub fn build(b: *Build) !void {
|
|||||||
"build",
|
"build",
|
||||||
// Seems cargo can figure out required paths out of Cargo.toml.
|
// Seems cargo can figure out required paths out of Cargo.toml.
|
||||||
"--manifest-path",
|
"--manifest-path",
|
||||||
"vendor/html5ever/Cargo.toml",
|
"src/html5ever/Cargo.toml",
|
||||||
// TODO: We can prefer `--artifact-dir` once it become stable.
|
// TODO: We can prefer `--artifact-dir` once it become stable.
|
||||||
"--target-dir",
|
"--target-dir",
|
||||||
b.getInstallPath(.prefix, "html5ever"),
|
b.getInstallPath(.prefix, "html5ever"),
|
||||||
|
|||||||
Reference in New Issue
Block a user