diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 513996cab..7e9583035 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -568,7 +568,7 @@ endif # recursion depth of 1000, we need to increase the stack size. Cf. # . if PLATFORM_IS_MSVC -xgettext_LDFLAGS += -Wl,/F4000000 +xgettext_LDFLAGS += -Wl,-F4000000 endif # Linking with C++ libraries is needed _only_ on mingw and Cygwin.