diff options
Diffstat (limited to 'package/ninja')
-rw-r--r-- | package/ninja/patches/patch-configure_py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/ninja/patches/patch-configure_py b/package/ninja/patches/patch-configure_py new file mode 100644 index 000000000..cb743c891 --- /dev/null +++ b/package/ninja/patches/patch-configure_py @@ -0,0 +1,8 @@ +--- ninja-1.8.2.orig/configure.py 2017-09-11 03:20:10.000000000 +0200 ++++ ninja-1.8.2/configure.py 2021-09-21 11:39:51.729841404 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + # + # Copyright 2001 Google Inc. All Rights Reserved. + # |