SkAT-VG / SDT

Sound Design Toolkit
Other
97 stars 8 forks source link

Include PD header during build (Linux) #24

Closed ChromaticIsobar closed 1 year ago

ChromaticIsobar commented 1 year ago

Pd header was not explicitly included in make recipe for Pd objects. The header was previously implicitly included from the system's Pd installation. This fix should make the build successful on Linux systems without a Pd installation and on systems with a mismatching Pd header.

This fix should solve issue #22 , where the system header's const correctness is different from this repository's.