Skip to content

Commit

Permalink
trying to build mecw
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Nov 8, 2023
1 parent cb389f1 commit 731a284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- name: compile mecw
shell: cmd
run: |
PATH=%CD%\mingw32\bin;%PATH%
gcc -v
cd src
i686-w64-mingw32-gcc -O3 -DNDEBUG=1 -Wall -Wno-uninitialized -D_MINGW -I. -I../3rdparty/zlib -D_SOCKET -D_ME_WINDOW -c -o abbrev.ow abbrev.c
ls
Expand Down

0 comments on commit 731a284

Please sign in to comment.