Skip to content

Commit

Permalink
Rearrange install patches, no duplicate files
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Jul 6, 2024
1 parent 843cb35 commit b0d377e
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 20 deletions.
3 changes: 2 additions & 1 deletion 1_0_build_install_mswin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ $files = 'C:/Windows/System32/libcrypto-1_1-x64.dll',

Files-Hide $files

Run-Patches @('mswin_patches')
Run-Patches @('patches_install_all')
Run-Patches @('patches_install_mswin')

Create-Folders

Expand Down
3 changes: 2 additions & 1 deletion 1_0_build_install_msys2_64.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ $files = "$d_msys2$env:MINGW_PREFIX/lib/libz.dll.a",

Files-Hide $files

Run-Patches @('msys2_patches')
Run-Patches @('patches_install_all')
Run-Patches @('patches_install_msys2')

Create-Folders

Expand Down
18 changes: 0 additions & 18 deletions mswin_patches/_install_lib-mkmf.rb.patch

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b0d377e

Please sign in to comment.