mstop4 / FMODGMS

🎶 GML bindings to the FMOD Studio low-level API for GM:S and GMS2. Can be used in Windows, macOS, and Linux games.
https://quadolorgames.itch.io/fmodgms
BSD 2-Clause "Simplified" License
62 stars 18 forks source link

Add support for mac OSX #12

Closed Grix closed 6 years ago

Grix commented 6 years ago

Build and tested the extension for OSX. Created xcode project, compiled dylib and updated gms2 demo app.

Works in YYC, but does not work in VM. I think it's because of the runpath. The relative path between the executable and the secondary dylibs (libfmod.dylib and libfmodL.dylib) is different from VM to YYC. I only configured the runpath for libfmodgms.dylib to point to these two other dylibs for the case of YYC, not VM.