Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 45d8434

Browse files
author
dirk
committed
Execute the correct version of Strawberry perl.
1 parent 795cf36 commit 45d8434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppVeyor/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function BuildConfiguration($config)
107107

108108
function BuildPerlMagick($platform)
109109
{
110-
$folder = "C:\Strawberry-$platform"
110+
$folder = "C:\Strawberry"
111111
$env:Path = "$($env:Path);$folder\c\bin"
112112

113113
Set-Location ../ImageMagick/PerlMagick

0 commit comments

Comments
 (0)