From faaccdc2698bec097445e9482f5e4b7188ebaf81 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 15 Apr 2013 19:17:15 +0200 Subject: RepositoryFixes: add missing check for MSVC_USE_DEBUG_RUNTIME (regression from 4811c2dc9f94929b60e7e2e0077871aad14fdc3a) Change-Id: Ide12da645332e789fe7742c34b5af219b94316ab --- RepositoryFixes.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RepositoryFixes.mk') diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk index 24289481ca00..a6b9367c1aee 100644 --- a/RepositoryFixes.mk +++ b/RepositoryFixes.mk @@ -136,7 +136,7 @@ gb_Library_FILENAMES := \ ,$(gb_Library_FILENAMES)) gb_Library_FILENAMES += \ $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):$(lib)$(gb_Library_PLAINEXT)) \ - $(foreach lib,$(gb_Library_NOILIBFILENAMES_D),$(lib):$(lib)d$(gb_Library_PLAINEXT)) \ + $(foreach lib,$(gb_Library_NOILIBFILENAMES_D),$(lib):$(lib)$(if $(MSVC_USE_DEBUG_RUNTIME),d)$(gb_Library_PLAINEXT)) \ $(foreach lib,$(gb_Library_LIBLIBFILENAMES),$(lib):lib$(lib)$(gb_Library_PLAINEXT)) endif # ifeq ($(COM),GCC) -- cgit