This commit is contained in:
odrling 2020-11-22 20:51:01 +01:00
parent 21ed4cfc2f
commit 68fecbff20
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: Build Aegisub
run: |
meson builddir -Dbuildtype=release -Ddefault_library=static
meson builddir -Ddefault_library=static
ninja -C builddir
- name: Create installer

View File

@ -180,7 +180,7 @@ elif host_machine.system() == 'windows'
else
error('Missing Windows SDK GDI Library (wingdi.h / gdi32.lib)')
endif
if cc.has_header('usp10.h')
if cc.has_header('usp10.h')
deps += cc.find_library('usp10', required: true)
else
error('Missing Windows SDK Uniscribe Library (usp10.h / usp10.lib)')