Skip to content

Commit fdfc4aa

Browse files
committed
see if OGLM env vars work on macos/xquartz build
1 parent 6edfe14 commit fdfc4aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
with:
7777
perl-version: ${{ matrix.perl }}
7878
- 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: ''
7983
run: |
8084
uname -a
8185
perl -V

0 commit comments

Comments
 (0)