AcademySoftwareFoundation / openfx

OpenFX effects API
Other
393 stars 119 forks source link

Fix Example Makefile to build on OSX and Linux #136

Closed garyo closed 5 months ago

garyo commented 7 months ago

Also use linux, proper modern preprocessor symbol.

Closes #117.

garyo commented 7 months ago

Tested on OSX and Linux. Note that I also specify C++11 in the Makefile because some of the example sources use brace initializers.