Skip to content

Commit

Permalink
Disables use_glib.
Browse files Browse the repository at this point in the history
GitHub runners were updated to Ubuntu 24.04 and an image without libgtk (and thus libglib.)

Fixes #67.
  • Loading branch information
tommie authored Oct 2, 2024
1 parent b5600fa commit de5b23e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def get_custom_deps():
clang_use_chrome_plugins=false
use_custom_libcxx=false
use_sysroot=false
use_glib=false
symbol_level=%s
strip_debug_info=%s
is_component_build=false
Expand Down

0 comments on commit de5b23e

Please sign in to comment.