You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The install_name is set to just libSDL-1.2.0.dylib (should be either the full installation path, or relative to @something.) Removing this line from CMakeLists.txt seems to fix it:
The install_name is set to just
libSDL-1.2.0.dylib
(should be either the full installation path, or relative to@something
.) Removing this line fromCMakeLists.txt
seems to fix it:Not quite sure why that is being done in the first place, but maybe there's a good reason?
The text was updated successfully, but these errors were encountered: