chromium: fix musl-fixes.patch path.
This commit is contained in:
parent
22378c3ff6
commit
5421e8daba
|
@ -209,8 +209,8 @@
|
|||
base::debug::StackTrace trace;
|
||||
diff --git a/third_party/ots/include/opentype-sanitiser.h b/third_party/ots/include/opentype-sanitiser.h
|
||||
index a80ea16..55a2abf 100644
|
||||
--- a/third_party/ots/include/opentype-sanitiser.h
|
||||
+++ b/third_party/ots/include/opentype-sanitiser.h
|
||||
--- third_party/ots/include/opentype-sanitiser.h
|
||||
+++ third_party/ots/include/opentype-sanitiser.h
|
||||
@@ -20,6 +20,7 @@ typedef unsigned __int64 uint64_t;
|
||||
#define htonl(x) _byteswap_ulong (x)
|
||||
#define htons(x) _byteswap_ushort (x)
|
||||
|
|
Loading…
Reference in New Issue