Skip to content

Commit 6df6ed9

Browse files
committed
Fix library detection for luasandbox
1 parent 27461e2 commit 6df6ed9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extension/BuildPhpExtension/private/Get-LibrariesFromConfig.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ Function Get-LibrariesFromConfig {
115115
if($Extension -eq 'parallel') {
116116
$foundItems += 'pthreads'
117117
}
118+
if($Extension -eq "luasandbox") {
119+
$foundItems = @("lua-5.1")
120+
}
118121

119122
$highestVersions = @{}
120123

0 commit comments

Comments
 (0)