Skip to content

Commit

Permalink
Switch Windows build to ENABLE_WIN_ICU, remove icu from qtbase features
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtribick committed Jun 6, 2024
1 parent bad3d35 commit a09a222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
'boost-smart-ptr',
'cspice',
'eigen3',
'ffmpeg[x264]',
'ffmpeg[core,avcodec,avformat,gpl,swscale,x264]',
'fmt',
'freetype',
'gettext[tools]',
Expand All @@ -75,7 +75,7 @@ jobs:
'libjpeg-turbo',
'libpng',
'luajit',
'qtbase[core,opengl,widgets,freetype,harfbuzz,icu,jpeg,png]'
'qtbase[core,opengl,widgets,freetype,harfbuzz,jpeg,png]'
)
# We treat x86 builds as native, other builds keep host as x64-windows.
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
-DENABLE_MINIAUDIO=ON `
-DENABLE_LTO=ON `
-DUSE_ICU=ON `
-DUSE_WIN_ICU=OFF
-DUSE_WIN_ICU=ON
- name: Build
shell: pwsh
Expand Down

0 comments on commit a09a222

Please sign in to comment.