VCVRack / VCV-Prototype

Other
130 stars 22 forks source link

MacOS <10.15 does not load plugin build from VCV Library #43

Closed AndrewBelt closed 3 years ago

AndrewBelt commented 3 years ago

The libpd build system does not honor environment variables CFLAGS and LDFLAGS. Without these flags being passed from Rack's Makefiles, important flags like -mmacosx-version-min=10.7 aren't passed. This means that my Mac 10.15 cannot build a Prototype binary that loads on Mac 10.7+.

Currently looking into passing a subset of these required flags to ADDITIONAL_{LD,C}FLAGS, such as -mmacosx-version-min=10.7.

AndrewBelt commented 3 years ago

Potential fix af9c2fc55486cfaca0ffd52a73d7e6a035d2be71. Awaiting two confirmations that the build works.

AndrewBelt commented 3 years ago

Build fixed and released as a hotfix with the same version 1.3.0.