1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-03 14:56:01 +02:00

Update IDEApp.bf

This commit is contained in:
sere3925sere 2023-06-15 18:51:11 +04:00 committed by GitHub
parent 8a8088127f
commit 7484b50970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10281,7 +10281,10 @@ namespace IDE
newString.Append(mInstallDir);
newString.Append("Beef", IDEApp.sRTVersionStr, "RT");
newString.Append((Workspace.PlatformType.GetPtrSizeByName(gApp.mPlatformName) == 4) ? "32" : "64");
newString.Append("_wasm.a\"");
newString.Append("_wasm");
if (project.mWasmOptions.mEnableThreads)
newString.Append("_pthread");
newString.Append(".a\"");
default:
}