From 2edeeb60e72cea311d6fa5eaf39ca6a4504b0cd4 Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Fri, 5 Apr 2013 00:02:29 +0900 Subject: rx: Add -d:HAS_AWAIT options to 4.5 and 2.1 builds. --- mcs/class/System.Reactive.Linq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mcs/class/System.Reactive.Linq') diff --git a/mcs/class/System.Reactive.Linq/Makefile b/mcs/class/System.Reactive.Linq/Makefile index 690aa82dbc5..3afa5560431 100644 --- a/mcs/class/System.Reactive.Linq/Makefile +++ b/mcs/class/System.Reactive.Linq/Makefile @@ -24,12 +24,12 @@ RESOURCES = $(RESX_RESOURCES) PREBUILT = $(RESX_RESOURCES:=.prebuilt) ifeq (2.1, $(FRAMEWORK_VERSION)) -LIB_MCS_FLAGS += -d:NO_TASK_DELAY +LIB_MCS_FLAGS += -d:NO_TASK_DELAY -d:HAS_AWAIT endif NET_4_5 := $(filter 4.5, $(FRAMEWORK_VERSION)) ifdef NET_4_5 -LIB_MCS_FLAGS += -d:HAS_EDI -d:PREFERASYNC -d:PREFER_ASYNC +LIB_MCS_FLAGS += -d:HAS_EDI -d:PREFERASYNC -d:PREFER_ASYNC -d:HAS_AWAIT endif TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -- cgit v1.2.3