Skip to content

Commit

Permalink
Patch for c++20 modules raw support
Browse files Browse the repository at this point in the history
This is work of @Cheaterdev, details are in:
ubisoft#145
ubisoft#146
  • Loading branch information
ChemistAion committed Mar 10, 2023
1 parent 4b41988 commit f527f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sharpmake.Generators/VisualStudio/Vcxproj.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ private static bool ConfigurationNeedReferences(Project.Configuration conf)
{
return conf.Output == Project.Configuration.OutputType.Exe
|| conf.Output == Project.Configuration.OutputType.Dll
|| (conf.Output == Project.Configuration.OutputType.Lib && conf.ExportAdditionalLibrariesEvenForStaticLib)
|| (conf.Output == Project.Configuration.OutputType.Lib)
|| conf.Output == Project.Configuration.OutputType.DotNetConsoleApp
|| conf.Output == Project.Configuration.OutputType.DotNetClassLibrary
|| conf.Output == Project.Configuration.OutputType.DotNetWindowsApp;
Expand Down

0 comments on commit f527f69

Please sign in to comment.