Spaces in plug-in name: AAX Linking error

JUCE 4.2, latest tip:
We’re building a plug-in with spaces in its name. When compiling “Unfiltered Audio Dent” on the newest tip, we get a linking error due to missing escape characters.

-lAAXLibrary -lUnfiltered Audio Dent
Should be:
-lAAXLibrary -lUnfiltered\ Audio\ Dent

Sorry, duplicate of this thread: [fixed] Plugins with a space in the name no longer build

I’ll just update that thread. Feel free to lock/delete this one.

Should be fixed on the latest tip.