Files
qt-creator/src/plugins/webassembly/webassemblyemsdk.cpp
Alessandro Portale cd2e164b7d WebAssembly: Append EMSDK_PYTHON to environment PATH
The wrapper scripts of emscripten 1.39.8 (required version for Qt 5.15)
do not actively use the python interpreter which -at least on Windows-
is found under EMSDK_PYTHON.

This change appends the parent path of EMSDK_PYTHON to the environment's
PATH to make wrapper scripts (e.g. emcc.bat) work.

Fixes: QTCREATORBUG-26199
Change-Id: Icbc89f6d930f1c5ac5e4e6ac919383cfdd1b913b
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
2021-09-01 16:34:24 +00:00

7.9 KiB