quil-lang / qvm

The high-performance and featureful Quil simulator.
Other
411 stars 57 forks source link

Fix build error #252

Closed notmgsk closed 4 years ago

notmgsk commented 4 years ago

This was an oopsie. The make install was being treated as a separate build, not inheriting the appropriate ${build_target} and so it was re-built and then installed as a standard non-sdk build.

notmgsk commented 4 years ago

Merging this without approval as it is uncontroversial. Forgive me.