Kaydet (Commit) 000e24d2 authored tarafından David Ostrovsky's avatar David Ostrovsky

Fix installer on x86_64 platform on windows

Change-Id: I3020b648cae31e28de51e68177c0490e77733f4e
Reviewed-on: https://gerrit.libreoffice.org/13878Reviewed-by: 's avatarDavid Ostrovsky <david@ostrovsky.org>
Tested-by: 's avatarDavid Ostrovsky <david@ostrovsky.org>
üst 9de63f23
......@@ -12711,6 +12711,10 @@ else
if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
LO_PATH=`cygpath -p -m "$PATH"`
fi
if test "$BITNESS_OVERRIDE" = 64; then
# needed for msi packaging
pathmunge "$WINDOWS_SDK_HOME/bin/x86" "before"
fi
pathmunge "$DOTNET_FRAMEWORK_HOME/bin" "before"
pathmunge "$ASM_HOME" "before"
pathmunge "$WINDOWS_SDK_HOME/bin" "before"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment