mingw-harfbuzz/harfbuzz-python.patch

10 lines
367 B
Diff
Raw Normal View History

2020-09-02 08:53:55 +00:00
diff -rupN --no-dereference harfbuzz-2.7.2/src/gen-def.py harfbuzz-2.7.2-new/src/gen-def.py
--- harfbuzz-2.7.2/src/gen-def.py 2020-07-11 14:36:59.000000000 +0200
+++ harfbuzz-2.7.2-new/src/gen-def.py 2020-09-02 10:52:56.881157855 +0200
2018-05-30 08:30:45 +00:00
@@ -1,4 +1,4 @@
2020-05-13 23:25:34 +00:00
-#!/usr/bin/env python3
2018-05-30 08:30:45 +00:00
+#!/usr/bin/python3
2020-06-08 07:51:08 +00:00
"usage: gen-def.py harfbuzz.def hb.h [hb-blob.h hb-buffer.h ...]"
2018-05-30 08:30:45 +00:00