Skip to content

Commit

Permalink
Add drawing type converters to mobile profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Oct 8, 2019
1 parent 209c4ba commit b60cdf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/corefx
2 changes: 1 addition & 1 deletion mcs/class/Facades/System.Drawing.Common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ KEYFILE = ../../Open.snk
LIBRARY_SNK = $(KEYFILE)
SIGN_FLAGS = /delaysign /nowarn:1616,1699
LIB_REFS = System
LIB_MCS_FLAGS = $(SIGN_FLAGS) $(EXTRA_LIB_MCS_FLAGS)
LIB_MCS_FLAGS = $(SIGN_FLAGS) $(EXTRA_LIB_MCS_FLAGS) -d:FEATURE_TYPECONVERTER

ifneq (,$(filter build net_4_x, $(PROFILE)))
$(error This profile shouldn't build System.Drawing.Common.dll, it already has System.Drawing.dll)
Expand Down

0 comments on commit b60cdf7

Please sign in to comment.