Skip to content

Commit

Permalink
Unify the way AXE builds are made
Browse files Browse the repository at this point in the history
The build parameters now correspond to how minisatip is built in the satip-axe project
  • Loading branch information
Jalle19 committed Apr 17, 2024
1 parent b6d0e50 commit 6f57e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Build AXE
run: |
make clean
./configure --disable-netcv --disable-dvbapi --enable-static --host=sh4-linux --disable-dvbca --enable-axe
make PMT=0
./configure --enable-static --host=sh4-linux --disable-netcv --disable-dvbca --enable-axe --enable-dvbapi --enable-dvbcsa
make
zip -9 -r /minisatip_axe.zip minisatip html
- name: Build MIPS
Expand Down

0 comments on commit 6f57e34

Please sign in to comment.