Alain Martin
Alain Martin
Now you should have a look at `NewProject/Builds/LinuxMakefile`, find the line where `-lfoo` is written, and see where it is searched for (`-L` is the flag for library search path).
I wouldn't call that a bug. I would call that "undocumented behavior" or "misaligned expectations". Projucer uses this function to decide what `{arch}` is https://github.com/WeAreROLI/JUCE/blob/724ae27c71ef809b836df06713cf9e50bc14162b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Make.h#L57-L74 and by default Projucer sets...
Hi @Xav83, Sorry for the very late reply 😅 Thank you very much for the contribution! Unfortunately, some node configurations have been removed from Azure Pipelines, so I'll have to...
@Xav83 In order to get a green build on #775, I had to fix the detection of VS2022, so #775 supersedes this PR. Thank you again for opening it and...