xcode-select install

This commit is contained in:
odrling 2020-11-24 20:57:27 +01:00
parent b8330871f1
commit 14cbfbe24a
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ jobs:
- name: Install dependencies
run: |
brew install meson ninja libass
xcode-setup --install
- 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', 'OpenGL'])
frameworks_dep = dependency('appleframeworks', modules : ['CoreText', 'CoreFoundation', 'GLUT', 'OpenGL'])
deps += frameworks_dep
endif