Skip to content
Snippets Groups Projects
  1. Jan 21, 2025
  2. Jan 05, 2025
    • Deucе's avatar
      For macOS, set install_name to @rpath/libNAME.dylib and use it · 75691a66
      Deucе authored
      For the SBBS binaries, set @executable_path and
      @executable_path/../${LIBODIR} so they can all be in one dir, or
      they can be in the build output dirs and still work.
      
      For utilities, set to @executable_path and
      @executable_path/../../${LIBODIR} for the same reason.
      
      With this, we shouldn't need to fiddle with DYLD_LIBRARY_PATH
      75691a66
    • Deucе's avatar
      Fix GTK stuff for macOS · 750dba01
      Deucе authored
      Remove the -E linker flag.
      This should not be needed anymore, and isn't supported on macOS.
      
      Have shared libraries include their full path.
      This allows linked dylibs to work from where they were built, so
      as long as you don't build the binaries on a CI machine, then try
      to run them on a users machine (*cough*), it'll work out.
      
      Use the correct rpath argument format on macOS.
      It uses -rpath, not --rpath.
      750dba01
  3. Feb 08, 2024
  4. Oct 19, 2022
  5. Feb 14, 2021
  6. Jan 18, 2021
  7. Aug 16, 2020
  8. May 14, 2020
  9. May 06, 2020
  10. Apr 30, 2020
  11. Apr 07, 2020
  12. Nov 22, 2019
    • rswindell's avatar
      Fix error: · fc24a2d5
      rswindell authored
      targets.mk:8: *** missing separator (did you mean TAB instead of 8 spaces?).  Stop.
      fc24a2d5
  13. Oct 08, 2019
  14. Jul 04, 2019
  15. Aug 27, 2015
  16. Oct 14, 2014
  17. Feb 14, 2014
  18. Feb 13, 2014
  19. Apr 26, 2012
  20. Mar 08, 2012
  21. Sep 08, 2011
  22. Jul 19, 2009
  23. Mar 22, 2009
  24. May 14, 2006
Loading