File: replace_unusual_interpreter.patch

package info (click to toggle)
xmake 3.0.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,456 kB
  • sloc: ansic: 11,336; sh: 4,376; perl: 910; cpp: 499; objc: 236; python: 113; makefile: 112; f90: 15; pascal: 13
file content (13 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Replace unusual interpreter
Author: Lance Lin <lq27267@gmail.com>
Forwarded: not-needed
Date: 01 Aug 2023

--- a/xmake/scripts/conan/extensions/generators/xmake_generator.py
+++ b/xmake/scripts/conan/extensions/generators/xmake_generator.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 class XmakeGenerator: