Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set install name for installed library | Carlo Cabrera | 2022-02-19 | 1 | -0/+2 |
| | |||||
* | Set install name in `LIBFLAGS` | Carlo Cabrera | 2022-02-19 | 1 | -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-time | Mattias Andrée | 2022-02-19 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix makefile add add OSCONFIGFILE | Mattias Andrée | 2019-02-09 | 1 | -0/+5 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |