Skip to content

Commit 6b467c1

Browse files
Update comment
1 parent 33a246b commit 6b467c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3155,7 +3155,7 @@ JIT_STENCIL_HEADER = jit_stencils-x86_64-pc-windows-msvc.h
31553155
else ifneq ($(filter x86_64-unknown-linux-gnu,$(HOST_GNU_TYPE)),)
31563156
JIT_STENCIL_HEADER = jit_stencils-x86_64-unknown-linux-gnu.h
31573157
else
3158-
$(error "Unsupported host triple: $(HOST_GNU_TYPE). Please update the Makefile to support this host triple.")
3158+
$(error "Unsupported host triple: $(HOST_GNU_TYPE).")
31593159
endif
31603160

31613161
Python/jit.o: $(srcdir)/Python/jit.c jit_stencils.h $(JIT_STENCIL_HEADER)

0 commit comments

Comments
 (0)