BinaryBuilder doesn't link anymore

I got the latest juce code via git, about 2 weeks ago.
Today I noticed that the BinaryBuilder project doesn’t link anymore:
JuceLibraryCode.obj : error LNK2019: unresolved external symbol “public: static void * __stdcall juce::Process::getCurrentModuleInstanceHandle(void)” (?getCurrentModuleInstanceHandle@Process@juce@@SGPAXXZ) referenced in function “public: static class juce::File __stdcall juce::File::getSpecialLocation(enum juce::File::SpecialLocationType)” (?getSpecialLocation@File@juce@@SG?AV12@W4SpecialLocationType@12@@Z)
1>.\Debug\BinaryBuilder.exe : fatal error LNK1120: 1 unresolved externals

did that get fixed, or do I have something weird going on on my machine?

this seems to happen only on windows

2 week is a long time in juce-land!

The real latest version (i.e. today’s version) does build ok!

indeed…
works now :smiley: