Skip to content

Commit e21e32e

Browse files
committed
Move harfbuzz:icu=disabled to meson.build
With this, no additional flags except -Ddefault_library=static are needed to configure Aegisub on Windows.
1 parent 9bec715 commit e21e32e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
-Dfreetype2:harfbuzz=disabled
2828
-Dharfbuzz:freetype=disabled
2929
-Dharfbuzz:cairo=disabled
30-
-Dharfbuzz:icu=disabled
3130
-Dharfbuzz:glib=disabled
3231
-Dharfbuzz:gobject=disabled
3332
-Dharfbuzz:tests=disabled

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project('Aegisub', ['c', 'cpp'],
22
license: 'BSD-3-Clause',
33
meson_version: '>=0.57.0',
4-
default_options: ['cpp_std=c++20', 'buildtype=debugoptimized'],
4+
default_options: ['cpp_std=c++20', 'buildtype=debugoptimized', 'harfbuzz:icu=disabled'],
55
version: '3.4.0')
66

77
cmake = import('cmake')

0 commit comments

Comments
 (0)