Skip to content

Commit

Permalink
egl istead of gl and target for zig
Browse files Browse the repository at this point in the history
  • Loading branch information
LDprg committed Nov 21, 2024
1 parent de76041 commit bc7d2b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ jobs:
skia_enable_gpu=true
skia_enable_pdf=true
skia_enable_discrete_gpu=true
skia_use_gl=true
skia_use_egl=true
cc="zig cc"
cxx="zig c++"
extra_cflags=[ "-target x86_64-linux-gnu" ]
'
third_party/ninja/ninja -C out/lib skia
Expand Down

0 comments on commit bc7d2b1

Please sign in to comment.