Drachenfrucht1 / godotcord

A Discord Game SDK integration for Godot
https://drachenfrucht1.github.io/godotcord
MIT License
53 stars 5 forks source link

Fix macOS github actions #77

Closed Drachenfrucht1 closed 3 years ago

Drachenfrucht1 commented 3 years ago

It seems that an update of the macOS version of the github actions runner caused the errors. The actions are fixed by changing the way the rpath option is passed to the linker. This should also eliminate the need to modify the rpath after compilation using install_name_tool. I do not own a macOS device so I can not check if the resulting binary works the way it did before. If anyone can test that please feel free to provide feedback.

sairam4123 commented 3 years ago

Fixes #72.