projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c95c2ef
)
fix path to Unix folder for wasm (#45261)
author
yowl
<scott.waye@hubse.com>
Thu, 26 Nov 2020 16:24:41 +0000
(11:24 -0500)
committer
GitHub
<noreply@github.com>
Thu, 26 Nov 2020 16:24:41 +0000
(08:24 -0800)
src/libraries/Native/build-native.cmd
patch
|
blob
|
history
diff --git
a/src/libraries/Native/build-native.cmd
b/src/libraries/Native/build-native.cmd
index
e96af68
..
c0005c4
100644
(file)
--- a/
src/libraries/Native/build-native.cmd
+++ b/
src/libraries/Native/build-native.cmd
@@
-97,7
+97,7
@@
goto :SetupDirs
echo Commencing build of native components
echo.
-if /i "%__BuildArch%" == "wasm" set __sourceDir=%~dp0
..
\Unix
+if /i "%__BuildArch%" == "wasm" set __sourceDir=%~dp0\Unix
if [%__outConfig%] == [] set __outConfig=%__TargetOS%-%__BuildArch%-%CMAKE_BUILD_TYPE%