mingw-harfbuzz/harfbuzz-python.patch

10 lines
348 B
Diff
Raw Normal View History

2018-09-10 09:01:51 +00:00
diff -rupN harfbuzz-1.8.8/src/gen-def.py harfbuzz-1.8.8-new/src/gen-def.py
--- harfbuzz-1.8.8/src/gen-def.py 2018-07-17 16:29:54.000000000 +0200
+++ harfbuzz-1.8.8-new/src/gen-def.py 2018-09-10 11:01:44.244820828 +0200
2018-05-30 08:30:45 +00:00
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
2018-06-08 13:11:08 +00:00
from __future__ import print_function, division, absolute_import
2018-05-30 08:30:45 +00:00