We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edfe14 commit fdfc4aaCopy full SHA for fdfc4aa
1 file changed
.github/workflows/ci.yml
@@ -76,6 +76,10 @@ jobs:
76
with:
77
perl-version: ${{ matrix.perl }}
78
- name: Prepare
79
+ env:
80
+ OGLM_ADD_DEFINE: '-DGLEW_APPLE_GLX -I/opt/X11/include'
81
+ OGLM_ADD_LIBS: '-L/opt/X11/lib -lglut'
82
+ OGLM_REPLACE_OTHERLDFLAGS: ''
83
run: |
84
uname -a
85
perl -V
0 commit comments