Skip to content

Commit

Permalink
fix related to strawberryperl 5.18.x (which uses 64bit integers)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmx committed Jan 8, 2014
1 parent 8c7d8ef commit 840d24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/My/Utility.pm
Expand Up @@ -43,7 +43,7 @@ my $prebuilt_binaries = [
'http://froggs.de/libsdl/Win32_SDL-1.2.14-extended-bin_20100704.zip',
],
sha1sum => '98409ddeb649024a9cc1ab8ccb2ca7e8fe804fd8',
arch_re => qr/^MSWin32-x86-multi-thread$/,
arch_re => qr/^MSWin32-x86-multi-thread(-64int)?$/,
os_re => qr/^MSWin32$/,
cc_re => qr/gcc/,
},
Expand All @@ -55,7 +55,7 @@ my $prebuilt_binaries = [
'http://froggs.de/libsdl/Win32_SDL-1.2.14-extended-bin_20111205.zip',
],
sha1sum => '553b7e21bb650d047ec9f2a5f650c67d76430e61',
arch_re => qr/^MSWin32-x86-multi-thread$/,
arch_re => qr/^MSWin32-x86-multi-thread(-64int)?$/,
os_re => qr/^MSWin32$/,
cc_re => qr/gcc/,
},
Expand Down

0 comments on commit 840d24a

Please sign in to comment.