Refreshed use_python3_not_unversioned.patch
This commit is contained in:
parent
9e3a5437c4
commit
43bc04e00d
@ -1,15 +1,15 @@
|
||||
diff --git a/mono/mini/Makefile.am.in b/mono/mini/Makefile.am.in
|
||||
index 65399906806..4538c5ba428 100755
|
||||
index 60055ce9ac9..b91c74ec3a8 100755
|
||||
--- a/mono/mini/Makefile.am.in
|
||||
+++ b/mono/mini/Makefile.am.in
|
||||
@@ -775,7 +775,7 @@ MemoryIntrinsics.dll: MemoryIntrinsics.il
|
||||
@@ -776,7 +776,7 @@ MemoryIntrinsics.dll: MemoryIntrinsics.il
|
||||
|
||||
GENMDESC_OPTS=
|
||||
|
||||
-GENMDESC_PRG=python $(srcdir)/genmdesc.py $(target_define) $(srcdir)
|
||||
+GENMDESC_PRG=python3 $(srcdir)/genmdesc.py $(target_define) $(srcdir)
|
||||
|
||||
cpu-wasm.h: mini-ops.h cpu-wasm.md
|
||||
cpu-wasm.h: mini-ops.h cpu-wasm.md $(srcdir)/genmdesc.py
|
||||
$(GENMDESC_PRG) cpu-wasm.h wasm_desc $(srcdir)/cpu-wasm.md
|
||||
diff --git a/scripts/mono-heapviz b/scripts/mono-heapviz
|
||||
index 27b6f7f6023..c4a4847bbe6 100755
|
||||
|
Loading…
x
Reference in New Issue
Block a user