For macOS, set install_name to @rpath/libNAME.dylib and use it
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
parent
691f6966
No related branches found
No related tags found
Showing
- src/build/Common.gmake 6 additions, 0 deletionssrc/build/Common.gmake
- src/sbbs3/GNUmakefile 11 additions, 8 deletionssrc/sbbs3/GNUmakefile
- src/sbbs3/gtkmonitor/GNUmakefile 10 additions, 11 deletionssrc/sbbs3/gtkmonitor/GNUmakefile
- src/sbbs3/gtkuseredit/GNUmakefile 9 additions, 10 deletionssrc/sbbs3/gtkuseredit/GNUmakefile
- src/sbbs3/gtkuserlist/GNUmakefile 9 additions, 10 deletionssrc/sbbs3/gtkuserlist/GNUmakefile
- src/sbbs3/userlist/GNUmakefile 3 additions, 0 deletionssrc/sbbs3/userlist/GNUmakefile