From 8e3e0897634a7c0531c789a5598b7fb3070eb306 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 22 Sep 2015 17:11:37 +0200 Subject: don't overquote library path Change-Id: I33b91141c79cacd1a46299754937c81a31e665c9 Reviewed-by: Joerg Bornemann --- src/angle/src/common/common.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/angle/src/common/common.pri') diff --git a/src/angle/src/common/common.pri b/src/angle/src/common/common.pri index 8e2333d2ba..50dde6398b 100644 --- a/src/angle/src/common/common.pri +++ b/src/angle/src/common/common.pri @@ -44,7 +44,7 @@ winrt|if(msvc:!win32-msvc2005:!win32-msvc2008:!win32-msvc2010) { # Similarly we want the MinGW linker to use the import libraries shipped with the compiler # instead of those from the SDK which cause a crash on startup. - LIBS_PRIVATE += -L\"$$DXLIB_DIR\" + LIBS_PRIVATE += -L$$DXLIB_DIR } } -- cgit v1.2.3