Created by: njlr
This patch causes Buck to choose the correct flavor for cxx_*
targets when no build flavour is specified.
In other words, on macOS, these become equivalent:
buck build :app#macosx-x86_64
buck build :app
Created by: njlr
This patch causes Buck to choose the correct flavor for cxx_*
targets when no build flavour is specified.
In other words, on macOS, these become equivalent:
buck build :app#macosx-x86_64
buck build :app