Skip to content

Commit

Permalink
Fix option
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-lopez committed Dec 24, 2022
1 parent b5b8096 commit ae6b3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tensor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Function Add-TaskFile() {
$bat_content += "tree /f ..\deps"
$bat_content += "call phpize 2>&1"
$bat_content += "call configure --help"
$bat_content += "call configure --$config_args --enable-debug-pack --with-extra-libs ..\deps\bin 2>&1"
$bat_content += "call configure --$config_args --enable-debug-pack --with-extra-libs=..\deps\bin 2>&1"
$bat_content += "nmake /nologo 2>&1"
$bat_content += "exit %errorlevel%"
Set-Content -Encoding "ASCII" -Path $filename -Value $bat_content
Expand Down

0 comments on commit ae6b3e8

Please sign in to comment.