Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>2020-11-26 15:24:13 +0300
committerGitHub <noreply@github.com>2020-11-26 15:24:13 +0300
commit05cd29c81434aae62d0cb680768d0229c8da0d2d (patch)
treec7e160c98a93c44ed20c9182ae5c40e9aa90fb79 /src/tests/build.cmd
parenta4d877e0993967a90d677eedffe0c568ffeb7609 (diff)
Share unix getexepath() definition via src/native (#44999)
* Share unix getexepath() definition via src/native * Address CR feedback * Remove duplicate property * Inline variable with single usage * Fix include path in tests * Remove unixcoreruncommon static lib dependency * Merge coreruncommon.{cpp,h} into corerun.cpp * Include local headers before the first use * Remove Unix case from (Win32 only) corerun * Use realpath in getauxval case * Delete obsolete comment
Diffstat (limited to 'src/tests/build.cmd')
-rw-r--r--src/tests/build.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/build.cmd b/src/tests/build.cmd
index 3dca37ac654..02ba6b5a49c 100644
--- a/src/tests/build.cmd
+++ b/src/tests/build.cmd
@@ -223,7 +223,7 @@ if not defined VSINSTALLDIR (
)
if not exist "%VSINSTALLDIR%DIA SDK" goto NoDIA
-set __ExtraCmakeArgs="-DCMAKE_SYSTEM_VERSION=10.0" "-DCLR_ENG_NATIVE_DIR=%__RepoRootDir%/eng/native"
+set __ExtraCmakeArgs="-DCMAKE_SYSTEM_VERSION=10.0"
call "%__RepoRootDir%\eng\native\gen-buildsys.cmd" "%__ProjectFilesDir%" "%__NativeTestIntermediatesDir%" %__VSVersion% %__BuildArch% !__ExtraCmakeArgs!
if not !errorlevel! == 0 (