You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.137
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
parent
e9207cf623
commit
ef583813eb
@@ -5,14 +5,17 @@ include ../../build/rules.make
|
||||
LIBRARY = System.IO.Compression.dll
|
||||
LIB_REFS = System
|
||||
KEYFILE = ../ecma.pub
|
||||
LIB_MCS_FLAGS =
|
||||
LIB_MCS_FLAGS = -unsafe
|
||||
TEST_RESOURCE_FILES = Test/resources/archive.zip Test/resources/test.nupkg
|
||||
TEST_MCS_FLAGS = $(foreach r, $(TEST_RESOURCE_FILES), -resource:$(r),$(r))
|
||||
TEST_LIB_REFS = System System.Core
|
||||
LIBRARY_WARN_AS_ERROR = yes
|
||||
|
||||
XTEST_LIB_REFS = System System.Core Facades/System.Threading.Tasks
|
||||
|
||||
RESX_RESOURCE_STRING = \
|
||||
../../../external/corefx/src/System.IO.Compression/src/Resources/Strings.resx
|
||||
../../../external/corefx/src/System.IO.Compression/src/Resources/Strings.resx \
|
||||
../../../external/corefx/src/System.IO.Compression.Brotli/src/Resources/Strings.resx
|
||||
|
||||
EXTRA_DISTFILES = $(TEST_RESOURCE_FILES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user