Skip to content

Commit 9fc2b64

Browse files
Update src/Package/Library/gettext.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e8b8abe commit 9fc2b64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Package/Library/gettext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function build(LibraryPackage $pkg, PackageBuilder $builder): void
3636
$autoconf->addConfigureArgs('--enable-threads=isoc+posix')
3737
->appendEnv([
3838
'CFLAGS' => '-lpthread -D_REENTRANT',
39-
'LDFLGAS' => '-lpthread',
39+
'LDFLAGS' => '-lpthread',
4040
]);
4141
} else {
4242
$autoconf->addConfigureArgs('--disable-threads');

0 commit comments

Comments
 (0)