Skip to content

Commit 5188400

Browse files
committed
foo cflags/ldflags
1 parent 88ca058 commit 5188400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_win_mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
make install
3131
3232
- name: configure
33-
run: ./configure --enable-opt --prefix=$(pwd)/meshfile-build/meshfile-build
33+
run: CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --enable-opt --prefix=$(pwd)/meshfile-build/meshfile-build
3434

3535
- name: build
3636
run: make

0 commit comments

Comments
 (0)