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:
parent
8a8088127f
commit
7484b50970
1 changed files with 4 additions and 1 deletions
|
@ -10281,7 +10281,10 @@ namespace IDE
|
||||||
newString.Append(mInstallDir);
|
newString.Append(mInstallDir);
|
||||||
newString.Append("Beef", IDEApp.sRTVersionStr, "RT");
|
newString.Append("Beef", IDEApp.sRTVersionStr, "RT");
|
||||||
newString.Append((Workspace.PlatformType.GetPtrSizeByName(gApp.mPlatformName) == 4) ? "32" : "64");
|
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:
|
default:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue