Skip to content

Commit 751e0c5

Browse files
build: Add message about patches that will be applied
Signed-off-by: Patrick José Pereira <[email protected]>
1 parent a8dee11 commit 751e0c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ pub fn main() {
3838
if let Ok(dir) = read_dir(patch_dir) {
3939
for entry in dir {
4040
if let Ok(entry) = entry {
41+
println!("cargo:info=Add patch: {:?}", &entry.path());
4142
match Command::new("git")
4243
.arg("apply")
4344
.arg(entry.path().as_os_str())

0 commit comments

Comments
 (0)