Skip to content

Commit

Permalink
busybox64
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyg committed Mar 31, 2024
1 parent bcaaa9e commit 0b74603
Show file tree
Hide file tree
Showing 7 changed files with 1,731 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ jobs:
@if "${{ matrix.config.toolchain }}"=="mingw32" set PATH=c:\msys64\mingw32\bin;%PATH%
@if "${{ matrix.config.toolchain }}"=="mingw64" set PATH=c:\msys64\mingw64\bin;%PATH%
@if "${{ matrix.config.toolchain }}"=="owc20" call .\mcwin32\support\owc20setenv.bat C:\Watcom
@set BUSYBOX=./support/busybox
@if "${{ matrix.config.toolchain }}"=="mingw64" set BUSYBOX=./support/busybox64
@set PERL=c:/Strawberry/perl/bin/perl
cd mcwin32
c:/Strawberry/perl/bin/perl makelib.pl --perlpath=c:/Strawberry/perl/bin --busybox=./support/busybox --verbose "${{ matrix.config.toolchain }}"
c:/Strawberry/perl/bin/perl makelib.pl --perlpath=c:/Strawberry/perl/bin --busybox=%BUSYBOX% --verbose "${{ matrix.config.toolchain }}"
- name: Compile
if: startsWith(matrix.config.name, 'Windows Latest')
Expand Down
3 changes: 2 additions & 1 deletion mcwin32/releases/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ the current 4.8.x development stream.

4.8.31 230 (mc merge 4.8.31)

- 4.8.31 (#74)
- mbedtls 3.5.2 (#67)
- AltGr detection (#71, #52)
- mcdiff integration (#74)
- mcdiff integration (#70)
- cd/cdpath (#72)

4.8.30 229 (mc merge 4.8.30)
Expand Down
Loading

0 comments on commit 0b74603

Please sign in to comment.