forked from msys2/MINGW-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request msys2#21743 from kreijstal-contributions/verilator…
…perlbug verilator: Fix msys2 perl bug
- Loading branch information
Showing
2 changed files
with
32 additions
and
5 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
mingw-w64-verilator/0001-Use-msys2-perl-since-it-doesn-t-work-with-windows-pe.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
From 2a401e94c6b056cf4143f3a56519840614e816cc Mon Sep 17 00:00:00 2001 | ||
From: kreijstal <[email protected]> | ||
Date: Sun, 25 Aug 2024 11:19:44 +0200 | ||
Subject: [PATCH] Use msys2 perl, since it doesn't work with windows perl | ||
|
||
--- | ||
bin/redirect | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/bin/redirect b/bin/redirect | ||
index 0e7becf..d767de3 100644 | ||
--- a/bin/redirect | ||
+++ b/bin/redirect | ||
@@ -1,4 +1,4 @@ | ||
-#!/usr/bin/env perl | ||
+#!/usr/bin/perl | ||
###################################################################### | ||
# | ||
# Copyright 2003-2024 by Wilson Snyder. This program is free software; you | ||
-- | ||
2.46.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters