summaryrefslogtreecommitdiff
path: root/external/libgltf/ExternalProject_libgltf.mk
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2015-02-18 22:17:49 +0100
committerMichael Stahl <mstahl@redhat.com>2015-02-19 20:32:41 +0000
commitac06ab26389ef6910b9cd52001b56df2fdc5cef1 (patch)
treeb478f45e4f348bbd287ea47c78bf4e09455b44a1 /external/libgltf/ExternalProject_libgltf.mk
parent49288091702d6ef70c00974c55f09bc2fd77d525 (diff)
libgltf: Fix build on windows x64 bit
Change-Id: Ie467540f17b9c7240cada6b55daa96820c6c02a1 Reviewed-on: https://gerrit.libreoffice.org/14542 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'external/libgltf/ExternalProject_libgltf.mk')
-rw-r--r--external/libgltf/ExternalProject_libgltf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libgltf/ExternalProject_libgltf.mk b/external/libgltf/ExternalProject_libgltf.mk
index 4fd3809b83bc..877092ca0a4b 100644
--- a/external/libgltf/ExternalProject_libgltf.mk
+++ b/external/libgltf/ExternalProject_libgltf.mk
@@ -40,7 +40,7 @@ endif
$(call gb_ExternalProject_get_state_target,libgltf,build) :
$(call gb_ExternalProject_run,build,\
- msbuild.exe libgltf.vcxproj \
+ msbuild.exe libgltf.vcxproj /p:Platform=$(if $(filter INTEL,$(CPUNAME)),Win32,x64) \
/p:Configuration=$(if $(MSVC_USE_DEBUG_RUNTIME),Debug,Release) \
$(if $(filter 120,$(VCVER)),/p:PlatformToolset=v120 /p:VisualStudioVersion=12.0 /ToolsVersion:12.0) \
$(if $(filter 110,$(VCVER)),/p:PlatformToolset=$(if $(filter 80,$(WINDOWS_SDK_VERSION)),v110,v110_xp) \