Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glib: enable both shared and static libs #68052

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Formula/glib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Glib < Formula
url "https://download.gnome.org/sources/glib/2.66/glib-2.66.4.tar.xz"
sha256 "97df8670e32f9fd4f7392b0980e661dd625012015d58350da1e58e343f4af984"
license "LGPL-2.1-or-later"
revision 1

livecheck do
url :stable
Expand Down Expand Up @@ -51,6 +52,7 @@ def install

# Disable dtrace; see https://trac.macports.org/ticket/30413
args = std_meson_args + %W[
--default-library=both
-Diconv=auto
-Dgio_module_dir=#{HOMEBREW_PREFIX}/lib/gio/modules
-Dbsymbolic_functions=false
Expand Down