mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 02:58:02 +02:00
Test support in wasm
This commit is contained in:
parent
c73968a515
commit
c0ebcc8fda
4 changed files with 132 additions and 9 deletions
|
@ -1432,7 +1432,7 @@ namespace IDE
|
|||
String outputDir = scope String();
|
||||
String absOutputDir = scope String();
|
||||
|
||||
if (testProjectInfo != null)
|
||||
if ((testProjectInfo != null) && (mPlatformType != .Wasm))
|
||||
{
|
||||
absOutputDir.Append(projectBuildDir);
|
||||
outputDir = absOutputDir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue