mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Null check for options for dependency on disabled project
This commit is contained in:
parent
ecb68a43c0
commit
266b80d332
1 changed files with 3 additions and 0 deletions
|
@ -1319,6 +1319,9 @@ namespace IDE
|
|||
|
||||
let workspaceOptions = gApp.GetCurWorkspaceOptions();
|
||||
let options = gApp.GetCurProjectOptions(checkProject);
|
||||
if (options == null)
|
||||
continue;
|
||||
|
||||
gApp.[Friend]GetTargetPaths(checkProject, gApp.mPlatformName, workspaceOptions, options, targetPaths);
|
||||
|
||||
if ((checkProject.mGeneralOptions.mTargetType == .BeefLib) && (options.mBuildOptions.mBuildKind != .DynamicLib))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue