未验证 提交 6d10ddd7 编写于 作者: Y yowl 提交者: GitHub

fix path to Unix folder for wasm (#45261)

上级 c95c2ef1
......@@ -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%
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册