1
0
Fork 0
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:
Brian Fiete 2024-10-25 11:20:01 -04:00
parent c0ebcc8fda
commit 31746c1f19
12 changed files with 99 additions and 13 deletions

View file

@ -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");
}
}