keyman icon indicating copy to clipboard operation
keyman copied to clipboard

bug(common): multiple targets are not supported for a single dependency in builder

Open mcdurdin opened this issue 7 months ago • 0 comments

builder_describe "Keystroke processing engine (all archs)" \
  @/common/include \
  @/core:x86 @/core:x64 \
  clean configure build test publish install \
  :x86 :x64

This didn't work: core:x64 overrides core:x86 in the deps.

mcdurdin avatar Jul 02 '24 09:07 mcdurdin