diff options
author | David Tardon <dtardon@redhat.com> | 2016-02-15 07:52:34 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-22 21:04:48 +0100 |
commit | c95c96d62d4c7811afe0bace7c23154837a716a8 (patch) | |
tree | 28fd015cae1b7fc7b0027ab6d3fdec4c7d48038e /external/breakpad | |
parent | 31ea7b19e53b7160e95930eb04716e323aeef962 (diff) |
AFAICS breakpad does use neither glew nor libgltf
Change-Id: Icfea7b921d990a3d7adcbebbda2cddbc62d8ea39
Diffstat (limited to 'external/breakpad')
-rw-r--r-- | external/breakpad/ExternalProject_breakpad.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/external/breakpad/ExternalProject_breakpad.mk b/external/breakpad/ExternalProject_breakpad.mk index 350ad99c3aeb..c0ea5dfeb589 100644 --- a/external/breakpad/ExternalProject_breakpad.mk +++ b/external/breakpad/ExternalProject_breakpad.mk @@ -22,8 +22,6 @@ $(call gb_ExternalProject_get_state_target,breakpad,build) : /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 140,$(VCVER)),/p:PlatformToolset=v140 /p:VisualStudioVersion=14.0 /ToolsVersion:14.0) \ - '/p:AdditionalIncludeDirectories=$(subst $(WHITESPACE),;,$(subst /,\,$(strip $(libgltf_AdditionalIncludes))))' \ - /p:AdditionalLibraryDirectories=$(if $(SYSTEM_GLEW),,"$(subst /,\,$(call gb_UnpackedTarball_get_dir,glew))\lib\$(if $(MSVC_USE_DEBUG_RUNTIME),Debug,Release)\Win32") \ ,build/win32) else # !ifeq($(COM),MSC) |