mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Wasm calling convention fixes. IDEHelper/Tests runs on wasm now.
This commit is contained in:
parent
c0ebcc8fda
commit
31746c1f19
12 changed files with 99 additions and 13 deletions
|
@ -10881,6 +10881,9 @@ namespace IDE
|
|||
case "VSToolPath_x64":
|
||||
newString = gApp.mSettings.mVSSettings.mBin64Path;
|
||||
IDEUtils.FixFilePath(newString);
|
||||
case "EmccPath":
|
||||
newString = scope:ReplaceBlock String();
|
||||
newString.AppendF($"{gApp.mSettings.mEmscriptenPath}/upstream/emscripten/emcc.bat");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue