diff options
author | David Ostrovsky <david@ostrovsky.org> | 2015-02-18 00:15:13 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-02-18 09:59:04 +0000 |
commit | 2f058fedf9e15013d47c9e42367c9ae552d5c13a (patch) | |
tree | 9943f4ac8dfce1d720d90bc8af69b90c97aa75f0 /configure.ac | |
parent | 420fc7d1ada2c86f27e54c515c21abb88b4cd91f (diff) |
Package 64bit dist runtime DLLs in 64bit msi
Change-Id: I0c8b7a8b2903d83eb37beb6b54f89dbcda8fba9c
Reviewed-on: https://gerrit.libreoffice.org/14527
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2329ae7bb6e0..a7ad5e1eb946 100644 --- a/configure.ac +++ b/configure.ac @@ -3950,6 +3950,7 @@ cygwin*) RTL_ARCH=X86_64 PLATFORMID=windows_x86_64 WINDOWS_X64=1 + SCPDEFS="$SCPDEFS -DWINDOWS_X64" else CPUNAME=INTEL RTL_ARCH=x86 |