mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Intermediate project type fix for MSLink
This commit is contained in:
parent
772355cb40
commit
b095f5b0d3
1 changed files with 3 additions and 0 deletions
|
@ -933,6 +933,9 @@ namespace IDE
|
|||
|
||||
bool QueueProjectMSLink(Project project, String targetPath, String configName, Workspace.Options workspaceOptions, Project.Options options, String objectsArg)
|
||||
{
|
||||
if (options.mBuildOptions.mBuildKind == .Intermediate)
|
||||
return true;
|
||||
|
||||
bool is64Bit = mPtrSize == 8;
|
||||
|
||||
String llvmDir = scope String(IDEApp.sApp.mInstallDir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue