[Ohrrpgce] [ohrrpgce/ohrrpgce] All Mac builds don't run (#1113)

Ralph Versteegen notifications at github.com
Thu Aug 27 19:21:57 PDT 2020


Currently, 32-bit mac nightlies don't build because of the rpath change, and 64-bit ones don't run because FLAC.framework is missing (because build-apps.sh deletes it - I thought it was runtime loaded by SDL_mixer). Fixing.

This is trivia, but I discovered why our builds broke. While browsing the SDL hg repo I found the following change for SDL 1.2.15:
"`Switched to @rpath for the install path and switched minimum OS to 10.5`"
```
-                               INSTALL_PATH = "@executable_path/../Frameworks";
+                               INSTALL_PATH = "@rpath";
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ohrrpgce/ohrrpgce/issues/1113#issuecomment-682287601
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.motherhamster.org/pipermail/ohrrpgce-motherhamster.org/attachments/20200827/c8fcc8fe/attachment.html>


More information about the Ohrrpgce mailing list