quil-lang / quilc

The optimizing Quil compiler.
Apache License 2.0
452 stars 73 forks source link

Support building dynamic library on Linux, etc. #861

Open Shadow53 opened 1 year ago

Shadow53 commented 1 year ago

This Makefile only has support for building a MacOS .dylib file and will try to do this even on Linux systems, where it fails because -dynamiclib is not a valid flag.

stylewarning commented 1 year ago

The latest release has more support for Linux .so building.