fix path to Unix folder for wasm (#45261)
authoryowl <scott.waye@hubse.com>
Thu, 26 Nov 2020 16:24:41 +0000 (11:24 -0500)
committerGitHub <noreply@github.com>
Thu, 26 Nov 2020 16:24:41 +0000 (08:24 -0800)
src/libraries/Native/build-native.cmd

index e96af68..c0005c4 100644 (file)
@@ -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%