Skip to content

Commit c04f7e2

Browse files
icu: Fix patch
The patch was from the entire git repository, while the downloaded archive is only about icu4c. Make the paths relative to the icu4c project.
1 parent 0adcc32 commit c04f7e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gvsbuild/patches/icu/0001-Fix-circular-include-on-MS-Visual-Studio.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Subject: [PATCH] Fix circular include on MS Visual Studio
55

66
Including ucal.h from a C file on MS VisualStudio triggers a circular include, which triggers a build fail.
77
---
8-
icu4c/source/common/unicode/platform.h | 6 +++---
8+
source/common/unicode/platform.h | 6 +++---
99
1 file changed, 3 insertions(+), 3 deletions(-)
1010

11-
diff --git a/icu4c/source/common/unicode/platform.h b/icu4c/source/common/unicode/platform.h
11+
diff --git a/source/common/unicode/platform.h b/source/common/unicode/platform.h
1212
index b2fcb21ef1..81976eacd8 100644
13-
--- a/icu4c/source/common/unicode/platform.h
14-
+++ b/icu4c/source/common/unicode/platform.h
13+
--- a/source/common/unicode/platform.h
14+
+++ b/source/common/unicode/platform.h
1515
@@ -728,12 +728,12 @@
1616
/*
1717
* Notes:

0 commit comments

Comments
 (0)