diff options
author | Daniel Laügt <daniel.laugt@gmail.com> | 2022-03-18 17:21:24 +0100 |
---|---|---|
committer | xenu <me@xenu.pl> | 2022-03-18 19:12:22 +0100 |
commit | 36873e7c55171e07f97afe090af239c385256115 (patch) | |
tree | 2b06b8a419f2e0d5353646949368ca84f8f38c80 /win32/Makefile | |
parent | a916f72f0dca82d031c6b4f8242984a093ed08ce (diff) | |
download | perl-36873e7c55171e07f97afe090af239c385256115.tar.gz |
Pass usequadmath to config_sh.PL
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index d6861277dd..a1f63344d2 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -823,6 +823,7 @@ CFG_VARS = \ "usemultiplicity=$(USE_MULTI)" \ "use64bitint=$(USE_64_BIT_INT)" \ "uselongdouble=undef" \ + "usequadmath=undef" \ "usesitecustomize=$(USE_SITECUST)" \ "default_inc_excludes_dot=$(DEFAULT_INC_EXCLUDES_DOT)" \ "LINK_FLAGS=$(LINK_FLAGS:"=\")" \ |