Skip to content

Commit

Permalink
Added extra libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-lopez committed Dec 24, 2022
1 parent 048cdfe commit b5b8096
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 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 b5b8096

Please sign in to comment.