Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

prebuilt_cxx_library has no flavors #2192

Open
njlr opened this issue Feb 7, 2019 · 0 comments
Open

prebuilt_cxx_library has no flavors #2192

njlr opened this issue Feb 7, 2019 · 0 comments
Labels
P3 Priority 3

Comments

@njlr
Copy link
Contributor

njlr commented Feb 7, 2019

A prebuilt_cxx_library has no flavors (according to buck audit). Internally, however, there seem to be various flavors for headers. How can I "build" these flavor from the command-line so that I can inspect the header-files on disk?

$ buck build //:foo#default,headers

One possible work-around: create an empty cxx_library that depends on the prebuilt_cxx_library and build that. You will find the headers in the buck-out folder.

@v-jizhang v-jizhang added the P3 Priority 3 label Mar 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P3 Priority 3
Projects
None yet
Development

No branches or pull requests

2 participants