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
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2015-02-17 23:58:23 +0300
committerMarek Safar <marek.safar@gmail.com>2015-02-17 23:58:23 +0300
commit4d91c8e7d2939245c93144c3998bdd88a6349138 (patch)
tree90577504f20c27d29097a79b4306ab758a49f463 /mcs/class/corlib
parent451e14e4c87b5effbe07eab4a630ff467a377746 (diff)
[build] Remove misused bootstrap profile definition
Diffstat (limited to 'mcs/class/corlib')
-rw-r--r--mcs/class/corlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/corlib/Makefile b/mcs/class/corlib/Makefile
index e38c6c1ff52..26c880d3532 100644
--- a/mcs/class/corlib/Makefile
+++ b/mcs/class/corlib/Makefile
@@ -21,7 +21,7 @@ $(error Unknown framework version)
endif
endif
-ifndef NO_SIGN_ASSEMBLY
+ifdef BOOTSTRAP_PROFILE
LIB_MCS_FLAGS += --getresourcestrings:ReferenceSources/mscorlib.txt
endif