AriaSalvatrice / AriaModules

Aria Salvatrice's Signature Series - Cool and Nice virtual synthesizer modules
https://aria.dog/modules/
GNU General Public License v3.0
61 stars 14 forks source link

Add support for cross-compilation on Rack build system. #56

Closed cschol closed 4 years ago

cschol commented 4 years ago

The Makefile now extracts the CROSS_PREFIX from CC environment variable and passes it to the dep build.

This works for cross-compilation and should work for native builds also. In that case CROSS_PREFIX will be empty.