mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
wasm fixes
This commit is contained in:
parent
22f54c2f12
commit
3cd91832a8
2 changed files with 3 additions and 3 deletions
|
@ -9662,10 +9662,10 @@ namespace IDE
|
|||
case .Linux:
|
||||
newString.AppendF("./{} -lpthread -ldl -Wl,-rpath -Wl,$ORIGIN", rtName);
|
||||
case .Wasm:
|
||||
newString.Append(mInstallDir);
|
||||
/*newString.Append(mInstallDir);
|
||||
newString.Append("Beef", IDEApp.sRTVersionStr, "RT");
|
||||
newString.Append((Workspace.PlatformType.GetPtrSizeByName(gApp.mPlatformName) == 4) ? "32" : "64");
|
||||
newString.Append("_wasm.lib");
|
||||
newString.Append("_wasm.lib");*/
|
||||
default:
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue