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:
Diffstat (limited to 'mcs/build/library.make')
-rw-r--r--mcs/build/library.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/build/library.make b/mcs/build/library.make
index 4b14c263916..857c0a077ce 100644
--- a/mcs/build/library.make
+++ b/mcs/build/library.make
@@ -66,10 +66,12 @@ library_CLEAN_FILES += $(build_lib) $(build_lib).so $(build_lib).mdb $(build_lib
ifdef NO_SIGN_ASSEMBLY
SN = :
else
+ifeq ("$(SN)","")
sn = $(topdir)/class/lib/$(BUILD_TOOLS_PROFILE)/sn.exe
SN = $(Q) MONO_PATH="$(topdir)/class/lib/$(BUILD_TOOLS_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(sn)
SNFLAGS = -q
endif
+endif
ifeq ($(PLATFORM), win32)
GACDIR = `cygpath -w $(mono_libdir)`