Details
-
Task
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
Qt Creator 4.11.0-beta2
-
None
Description
The emscripten SDK compiler configuration file is a Python file that can come in two different flavors:
1) The simple one which is generated by default when activating an installed emscripten SDK
LLVM_ROOT = 'pathToEmsdk/clang/e1.38.27_64bit'
[...]
2) The more complex one which is generated when activating an installed emscripten SDK with the --embedded parameter.
emsdk_path=os.path.dirname(os.environ.get('EM_CONFIG')).replace('\\', '/') LLVM_ROOT = '' + emsdk_path + '/clang/e1.38.27_64bit' [...]
Qt Creator, so far supports 1), but needs to support 2) as-well.
Attachments
Issue Links
- is required for
-
QTCREATORBUG-23126 Don't depend on $HOME for emscripten configuration
-
- Closed
-
- resulted from
-
QTCREATORBUG-23126 Don't depend on $HOME for emscripten configuration
-
- Closed
-
For Gerrit Dashboard: QTCREATORBUG-23140 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
278874,3 | WebAssembly: Parse more complex .emscripten files | 4.11 | qt-creator/qt-creator | Status: ABANDONED | +2 | 0 |