glib-networking: Remove unneeded -lintl from test
Closes #11358. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
62281445b3
commit
fbcccf68d5
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class GlibNetworking < Formula
|
|||
"-I#{HOMEBREW_PREFIX}/opt/gettext/include",
|
||||
"-L#{HOMEBREW_PREFIX}/lib",
|
||||
"-L#{HOMEBREW_PREFIX}/opt/gettext/lib",
|
||||
"-lgio-2.0", "-lgobject-2.0", "-lglib-2.0", "-lintl"
|
||||
"-lgio-2.0", "-lgobject-2.0", "-lglib-2.0"
|
||||
]
|
||||
|
||||
system ENV.cc, "gtls-test.c", "-o", "gtls-test", *flags
|
||||
|
|
Loading…
Reference in a new issue