mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 18:20:26 +09:00
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
This commit is contained in:
parent
a4d877e099
commit
05cd29c814
31 changed files with 595 additions and 983 deletions
|
@ -146,9 +146,7 @@ EOF
|
|||
scan_build=scan-build
|
||||
fi
|
||||
|
||||
engNativeDir="$__RepoRootDir/eng/native"
|
||||
cmakeArgs="-DCLR_ENG_NATIVE_DIR=\"$engNativeDir\" $cmakeArgs"
|
||||
nextCommand="\"$engNativeDir/gen-buildsys.sh\" \"$cmakeDir\" \"$tryrunDir\" \"$intermediatesDir\" $platformArch $__Compiler \"$__CompilerMajorVersion\" \"$__CompilerMinorVersion\" $__BuildType \"$generator\" $scan_build $cmakeArgs"
|
||||
nextCommand="\"$__RepoRootDir/eng/native/gen-buildsys.sh\" \"$cmakeDir\" \"$tryrunDir\" \"$intermediatesDir\" $platformArch $__Compiler \"$__CompilerMajorVersion\" \"$__CompilerMinorVersion\" $__BuildType \"$generator\" $scan_build $cmakeArgs"
|
||||
echo "Invoking $nextCommand"
|
||||
eval $nextCommand
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue