Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/tools
diff options
context:
space:
mode:
authorLarry Ewing <lewing@microsoft.com>2019-11-26 04:21:38 +0300
committerGitHub <noreply@github.com>2019-11-26 04:21:38 +0300
commite917c950539b2226ae0a4f74c7ddd11312bba92b (patch)
treef4ef6d927aac53785bab44811fb16a35401fcecc /mcs/tools
parentcd190481bdfae9d241e87f9701eeb821275b5a7c (diff)
Add the reference assembly path for the Http implementation (#17908)
Diffstat (limited to 'mcs/tools')
-rw-r--r--mcs/tools/linker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tools/linker/Makefile b/mcs/tools/linker/Makefile
index a37faf7715d..d46432a549d 100644
--- a/mcs/tools/linker/Makefile
+++ b/mcs/tools/linker/Makefile
@@ -110,7 +110,7 @@ BINARY_TEST_CASES = \
endif
ifeq ($(PROFILE),wasm)
-LINKER_PROFILE_OPTIONS += --exclude-feature remoting --exclude-feature com --exclude-feature etw
+LINKER_PROFILE_OPTIONS += --exclude-feature remoting --exclude-feature com --exclude-feature etw -d ../../../external/binary-reference-assemblies/build/monowasm
BINARY_TEST_CASES_ROOT:=../../../external/illinker-test-assets/wasm/