Skip to content

Commit

Permalink
vala: Don't assist with path for libintl
Browse files Browse the repository at this point in the history
It masks an issue with glib's pkg-config file which is parsed at
runtime by valac. glib-2.0.pc should have the relevant parts for -lintl.
  • Loading branch information
sevan committed Jan 5, 2025
1 parent 06a732f commit 24d941a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/vala.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def install
valac_args = [ # Build with debugging symbols.
"-g",
# Use Homebrew's default C compiler.
"--cc=#{ENV.cc} -L#{Formula["gettext"].opt_lib}",
"--cc=#{ENV.cc}",
# Save generated C source code.
"--save-temps",
# Vala source code path.
Expand Down

0 comments on commit 24d941a

Please sign in to comment.