ofxHapPlayer icon indicating copy to clipboard operation
ofxHapPlayer copied to clipboard

fix/MacOS also needs dispatch.h

Open tedmoore opened this issue 1 year ago • 0 comments

My System:

Apple M2 Max 64 GB Memory Ventura 13.5.2 VS Code Building with oF's default Makefile (

Fix

I was getting some compile errors and realized that what was needed was the dispatch.h file to be included. I added an "if" for MacOS target and now it compiles and works great.

Not sure if I'm missing something or if there's different way of resolving this!

tedmoore avatar Feb 19 '24 01:02 tedmoore