eygraber
09/04/2023, 9:40 PMtargetHierarchy.default
and I use withJs
even though I'm not targeting js, will that cause it to get targeted?Jeff Lockhart
09/04/2023, 10:05 PMwith*
declarations only apply to targets that you explicitly declare. So similarly, if you use withNative
and then only declare the linuxX64()
target, it doesn't include the other native targets unless you add them.