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:
|
||||
|
@@ -363,6 +363,11 @@ PIDTYPE = @PIDTYPE@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PLATFORM_AOT_PREFIX = @PLATFORM_AOT_PREFIX@
|
||||
PLATFORM_AOT_SUFFIX = @PLATFORM_AOT_SUFFIX@
|
||||
PYTHON = @PYTHON@
|
||||
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
|
||||
PYTHON_PLATFORM = @PYTHON_PLATFORM@
|
||||
PYTHON_PREFIX = @PYTHON_PREFIX@
|
||||
PYTHON_VERSION = @PYTHON_VERSION@
|
||||
RANLIB = @RANLIB@
|
||||
RID = @RID@
|
||||
SEARCHSEP = @SEARCHSEP@
|
||||
@@ -450,9 +455,13 @@ mono_runtime = @mono_runtime@
|
||||
mono_runtime_wrapper = @mono_runtime_wrapper@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
pkgpyexecdir = @pkgpyexecdir@
|
||||
pkgpythondir = @pkgpythondir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
pyexecdir = @pyexecdir@
|
||||
pythondir = @pythondir@
|
||||
reloc_libdir = @reloc_libdir@
|
||||
runstatedir = @runstatedir@
|
||||
sbindir = @sbindir@
|
||||
|
Reference in New Issue
Block a user