Skip to content

Commit 19991f3

Browse files
Hack PATH to python (testing)
1 parent 02d7aee commit 19991f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mono/mono.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ set DOTNET_EMSCRIPTEN_NODE_JS=%EMSDK_PATH%node\bin\node
256256
set DOTNET_EMSCRIPTEN_NODE_PATH=%EMSDK_PATH%node\bin\
257257
set DOTNET_EMSCRIPTEN_BINARYEN_ROOT=%EMSDK_PATH%
258258

259+
set "PATH=%EMSDK_PATH%python%3B%PATH%"
260+
259261
</_EmsdkPaths>
260262
<_EmscriptenPaths>
261263
import os

0 commit comments

Comments
 (0)