mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Linux fixes
This commit is contained in:
parent
ad3d90e521
commit
6a35544195
5 changed files with 39 additions and 0 deletions
|
@ -3438,6 +3438,8 @@ namespace IDE
|
|||
delete mWorkspace.mDir;
|
||||
mWorkspace.mDir = newPath;
|
||||
}
|
||||
else if (mWorkspace.mDir == null)
|
||||
mWorkspace.mDir = new String();
|
||||
|
||||
List<String> platforms = scope List<String>();
|
||||
if (IDEApp.sPlatform32Name != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue