Skip to content

Commit

Permalink
Update windows-msys2.yml
Browse files Browse the repository at this point in the history
last try to get msys gcc running with CPPFLAGS
  • Loading branch information
GitMensch authored Feb 11, 2025
1 parent 28e8d82 commit 9b8c29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
run: |
mkdir _build
cd _build
../configure --without-db --without-curses --without-xml2 --without-json CPPFLAGS="-D_spawnv=spawnv"
../configure --without-db --without-curses --without-xml2 --without-json
- name: Build GnuCOBOL Source Distribution
shell: msys2 {0}
run: |
make -C _build --jobs=$(($(nproc)+1))
make -C _build --jobs=$(($(nproc)+1)) CPPFLAGS="-D_spawnv=spawnv"
make -C _build --jobs=$(($(nproc)+1)) dist
- name: Upload config-dist.log
Expand Down

0 comments on commit 9b8c29b

Please sign in to comment.