We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff6c51 commit f819841Copy full SHA for f819841
extension/BuildPhpExtension/private/Get-Extension.ps1
@@ -75,7 +75,7 @@ function Get-Extension {
75
}
76
77
78
- $configW32 = Get-ChildItem (Get-Location).Path -Recurse -Filter "config.w32" -ErrorAction SilentlyContinue
+ $configW32 = Get-ChildItem (Get-Location).Path -Recurse -Filter "config.w32" -ErrorAction SilentlyContinue | Select-Object -First 1
79
if($null -eq $configW32) {
80
if($LocalSrc) {
81
throw "No config.w32 found, please make sure you are in the extension source directory and it supports Windows."
0 commit comments