Skip to content

Commit 9b8c29b

Browse files
authored
Update windows-msys2.yml
last try to get msys gcc running with CPPFLAGS
1 parent 28e8d82 commit 9b8c29b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-msys2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
run: |
4242
mkdir _build
4343
cd _build
44-
../configure --without-db --without-curses --without-xml2 --without-json CPPFLAGS="-D_spawnv=spawnv"
44+
../configure --without-db --without-curses --without-xml2 --without-json
4545
4646
- name: Build GnuCOBOL Source Distribution
4747
shell: msys2 {0}
4848
run: |
49-
make -C _build --jobs=$(($(nproc)+1))
49+
make -C _build --jobs=$(($(nproc)+1)) CPPFLAGS="-D_spawnv=spawnv"
5050
make -C _build --jobs=$(($(nproc)+1)) dist
5151
5252
- name: Upload config-dist.log

0 commit comments

Comments
 (0)