mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 22:04:09 +02:00
Change build_wasm path
This commit is contained in:
parent
dd835e6521
commit
1cd198cea9
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ namespace IDE
|
||||||
|
|
||||||
if (!File.Exists(scope $"{gApp.mInstallDir}/Beef{IDEApp.sRTVersionStr}RT32_wasm.a"))
|
if (!File.Exists(scope $"{gApp.mInstallDir}/Beef{IDEApp.sRTVersionStr}RT32_wasm.a"))
|
||||||
{
|
{
|
||||||
gApp.OutputErrorLine("Wasm runtime libraries not found. Build with bin/build_wasm.bat.");
|
gApp.OutputErrorLine("Wasm runtime libraries not found. Build with 'wasm/build_wasm.bat'.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue