From aeccd22792f34fb77c340180174f73f6c3270200 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Mon, 4 Apr 2016 13:42:47 +0200 Subject: [build] Change the way how mcs references are passed to compiler to always use full path. One of csc prerequisites because csc uses -lib as path which is considered after RuntimeEnvironment.GetRuntimeDirectory which makes -lib useless --- mcs/class/Mono.Http/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mcs/class/Mono.Http') diff --git a/mcs/class/Mono.Http/Makefile b/mcs/class/Mono.Http/Makefile index d52144b2154..f3801411afa 100644 --- a/mcs/class/Mono.Http/Makefile +++ b/mcs/class/Mono.Http/Makefile @@ -4,8 +4,7 @@ include ../../build/rules.make LIBRARY = Mono.Http.dll LIB_REFS = System System.Xml System.Web ICSharpCode.SharpZipLib Mono.Security -LIB_MCS_FLAGS = -r:$(corlib) \ - -nowarn:618 +LIB_MCS_FLAGS = -nowarn:618 NO_TEST = yes -- cgit v1.2.3