brew more

This commit is contained in:
odrling 2020-11-24 21:30:16 +01:00
parent d038046cbd
commit 6e5f03e832
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Install dependencies
run: |
brew install meson ninja libass wxmac
brew install meson ninja libass wxmac icu4c ffms2 boost glib
- name: Build Aegisub
run: |

View File

@ -264,7 +264,7 @@ if host_machine.system() == 'windows' and not get_option('directsound').disabled
endif
if host_machine.system() == 'darwin'
frameworks_dep = dependency('appleframeworks', modules : ['CoreText', 'CoreFoundation', 'GLUT', 'OpenGL'])
frameworks_dep = dependency('appleframeworks', modules : ['CoreText', 'CoreFoundation'])
deps += frameworks_dep
endif