Browse Source

Update IDEApp.bf

sere3925sere 2 năm trước cách đây
mục cha
commit
7484b50970
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      IDE/src/IDEApp.bf

+ 4 - 1
IDE/src/IDEApp.bf

@@ -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:
 									}	
 									}