Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
LDprg committed Nov 21, 2024
1 parent f7cb97a commit ae57c8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ jobs:
skia_enable_pdf=true
skia_enable_discrete_gpu=true
skia_use_egl=true
cc="zig cc -target x86_64-linux-gnu"
cxx="zig c++ -target x86_64-linux-gnu"
cc="zig cc"
cxx="zig c++"
extra_cflags=[
"-mavx",
"-DMESA_EGL_NO_X11_HEADERS",
"-DEGL_NO_IMAGE_EXTERNAL",
]
'
third_party/ninja/ninja -C out/lib skia
Expand Down

0 comments on commit ae57c8a

Please sign in to comment.