aboutsummaryrefslogtreecommitdiffstats
path: root/linux.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set install name for installed libraryCarlo Cabrera2022-02-191-0/+2
|
* Set install name in `LIBFLAGS`Carlo Cabrera2022-02-191-2/+0
| | | | | | | | | | My previous PR (#16) deliberately set the install name at install time instead of at build time, since this is the correct time to determine the library's install name. However, if you prefer to do this during build time instead, then there is no need to call `install_name_tool`. We can pass the appropriate flags to the linker instead.
* Remove use of ifeq in Makefile and move use of install_name_tool from install-time to build-timeMattias Andrée2022-02-191-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix makefile add add OSCONFIGFILEMattias Andrée2019-02-091-0/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>