Skip to content

Commit ac12484

Browse files
committed
take 3
1 parent dbc343e commit ac12484

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: build meshview
3939
run: |
4040
cd meshview
41-
make CFLAGS='-I../include -I/usr/local/include' LDFLAGS='-L.. -L/usr/local/lib -lmeshfile -lfreeglut -limago'
41+
make CFLAGS='-I../include -I/usr/local/include' LDFLAGS='-L.. -L/usr/local/lib -lmeshfile -lfreeglut -lopengl32 -limago -lpng -ljpeg'
4242
4343
- name: build meshconv
4444
run: make meshconv

0 commit comments

Comments
 (0)