mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Use git2 version of vergen (#30804)
When compiling Servo on MacOS, the version of libintl that comes bundled with GStreamer is not compatible with the one used by Homebrew. This can cause issues when adding GStreamer shared objects to the library resolution path and then trying to run Homebrew git. Using libgit seems to work around this issue. The failure case means that the version compiled into Servo does not properly include the git hash.
This commit is contained in:
parent
604979e367
commit
20a122c2f6
2 changed files with 27 additions and 1 deletions
|
@ -14,7 +14,7 @@ path = "main.rs"
|
|||
bench = false
|
||||
|
||||
[build-dependencies]
|
||||
vergen = { version = "8.2.6", features = ["git", "gitcl"] }
|
||||
vergen = { version = "8.2.6", features = ["git", "git2"] }
|
||||
|
||||
[target.'cfg(windows)'.build-dependencies]
|
||||
winres = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue