enzienaudio / hvcc

The heavy hvcc compiler for Pure Data patches.
GNU General Public License v3.0
361 stars 52 forks source link

Fixed search paths for Pd generator #28

Open grrrr opened 4 years ago

grrrr commented 4 years ago

The hvcc -p option was not recognized for the pd generator. Fixed in this pull request.

dromer commented 3 years ago

I'm looking at porting your fix to my fork, but can you explain the changes to pd_external.c, Heavy_NAME.hpp and hvcc.py?

With just the changes in pd2dv/ this already seems to work for me (although I haven't tried building pd externals yet).