You've already forked linux-packaging-mono
Imported Upstream version 6.10.0.101
Former-commit-id: 83a210db4e58bb87425f179b210ee9c1914ac787
This commit is contained in:
parent
ce8084efdb
commit
90df1c4a6a
@@ -19,7 +19,7 @@ ifeq ($(HOST_PLATFORM),win32)
|
||||
PLATFORM_AOT_SUFFIX := .dll
|
||||
PLATFORM_AOT_PREFIX :=
|
||||
NETCORESDK_EXT = zip
|
||||
UNZIPCMD = python -c "import zipfile,sys; zipfile.ZipFile(sys.argv[1], 'r').extractall()"
|
||||
UNZIPCMD = $(PYTHON) -c "import zipfile,sys; zipfile.ZipFile(sys.argv[1], 'r').extractall()"
|
||||
XUNIT_INNER_ARGS = -notrait category=nonwindowstests @../../../../CoreFX.issues_windows.rsp
|
||||
TESTS_PLATFORM = Windows_NT.x64
|
||||
ON_RUNTIME_EXTRACT = chmod -R 755 {host,shared,./dotnet}
|
||||
@@ -320,4 +320,4 @@ jitdiff:
|
||||
cd tools/jitdiff && $(DOTNET) run -c Release -- "$(BEFORE)" "$(AFTER)"
|
||||
|
||||
distdir:
|
||||
distclean:
|
||||
distclean:
|
||||
|
Reference in New Issue
Block a user