We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc343e commit ac12484Copy full SHA for ac12484
.github/workflows/build_win_mingw.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: build meshview
39
run: |
40
cd meshview
41
- make CFLAGS='-I../include -I/usr/local/include' LDFLAGS='-L.. -L/usr/local/lib -lmeshfile -lfreeglut -limago'
+ make CFLAGS='-I../include -I/usr/local/include' LDFLAGS='-L.. -L/usr/local/lib -lmeshfile -lfreeglut -lopengl32 -limago -lpng -ljpeg'
42
43
- name: build meshconv
44
run: make meshconv
0 commit comments