Skip to content

Commit

Permalink
bfs makefile for mingw now works as well cross compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Oct 29, 2023
1 parent bb76629 commit fa600bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
mkdir binaries-Linux-x86_64
mkdir binaries-Windows-32
cp bfs/bfs binaries-Linux-x86_64/
cp src/.linux32-release-mecw/mecw binaries-Linux-x86_64/mecw-ubuntu-20
cp src/.linux32gcc-release-mecw/mecw binaries-Linux-x86_64/mecw-ubuntu-20
cp me-linux.bin binaries-Linux-x86_64/me-ubuntu-20.bin
cp license.txt binaries-Linux-x86_64/
cp README-standalone.md binaries-Linux-x86_64/
Expand Down

0 comments on commit fa600bb

Please sign in to comment.