1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Change build_wasm path

This commit is contained in:
Brian Fiete 2022-02-16 18:11:20 -05:00
parent dd835e6521
commit 1cd198cea9

View file

@ -641,7 +641,7 @@ namespace IDE
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;
}