Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2012-04-25 15:15:55 +0400
committerAntony Riakiotakis <kalast@gmail.com>2012-04-25 15:15:55 +0400
commit7ac4bd9105b93b621a3cb5715b1fc8bfa22c5867 (patch)
tree58eae30d0917ea8e030119df29fd83d2035e9995 /release/windows
parent7669d0e3179b569efb50270207c5555ae5427daa (diff)
Enable building of the installer with MinGW-w64, patch by Caleb Joseph (Dobz) thanks a lot!
Diffstat (limited to 'release/windows')
-rw-r--r--release/windows/installer/00.sconsblender.nsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/windows/installer/00.sconsblender.nsi b/release/windows/installer/00.sconsblender.nsi
index eb9b6629108..f6e5b783faa 100644
--- a/release/windows/installer/00.sconsblender.nsi
+++ b/release/windows/installer/00.sconsblender.nsi
@@ -90,7 +90,6 @@ Function .onInit
${If} ${RunningX64}
${If} "[BITNESS]" == "32"
- ${OrIf} "[BITNESS]" == "-mingw"
StrCpy $INSTDIR "$PROGRAMFILES32\Blender Foundation\Blender" ; Can't use InstallDir inside Section
${ElseIf} "[BITNESS]" == "64"
StrCpy $INSTDIR "$PROGRAMFILES64\Blender Foundation\Blender"