Skip to content

Commit

Permalink
Added all of the deps available for vs16-x64
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-lopez committed Jun 5, 2023
1 parent b9d23a9 commit 4b1a5c8
Show file tree
Hide file tree
Showing 1,536 changed files with 456,259 additions and 1,956 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-w-submodule/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
cd ext
phpize
./configure --help
./configure --${{ inputs.enable }} --with-prefix=${{ steps.toolset.outputs.prefix }} --with-extra-includes=..\php-dev\include --with-extra-includes="..\build_deps\${{ inputs.name }}\include" --with-extra-libs=..\php-dev\lib --with-extra-libs="..\build_deps\${{ inputs.name }}\lib"
./configure --${{ inputs.enable }} --with-prefix=${{ steps.toolset.outputs.prefix }} --with-extra-includes=..\php-dev\include --with-extra-includes="..\deps\include" --with-extra-libs=..\php-dev\lib --with-extra-libs="..\deps\lib"
nmake
- name: Package Extension
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
cd ext
phpize
./configure --help
./configure --${{ inputs.enable }} --with-prefix=${{ steps.toolset.outputs.prefix }} --with-extra-includes=..\php-dev\include --with-extra-includes="..\build_deps\${{ inputs.name }}\include" --with-extra-libs=..\php-dev\lib --with-extra-libs="..\build_deps\${{ inputs.name }}\lib"
./configure --${{ inputs.enable }} --with-prefix=${{ steps.toolset.outputs.prefix }} --with-extra-includes=..\php-dev\include --with-extra-includes="..\deps\include" --with-extra-libs=..\php-dev\lib --with-extra-libs="..\deps\lib"
nmake
- name: Package Extension
shell: pwsh
Expand Down
Binary file removed build_deps/ncurses/lib/pdcurses_a.lib
Binary file not shown.
218 changes: 0 additions & 218 deletions build_deps/parallel/include/_ptw32.h

This file was deleted.

Loading

0 comments on commit 4b1a5c8

Please sign in to comment.