Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-06 | Prefer built-in "nub_left" | Klaus Aehlig | |
Now that justbuild 1.4 is available, the workaround of defining "nub_left" in terms of "reverse" and "nub_right" is no longer necessary. | |||
2024-05-31 | ["CC", "pkg-config"]: support defaults | Klaus Aehlig | |
2024-05-23 | ["CC/pkgconfig", "system_library"]: honor shell toolchain | Klaus Aehlig | |
... instead of hard-coding /bin/sh. | |||
2023-09-28 | ["CC/pkgconfig", "system_library"] Add -rpath | Klaus Aehlig | |
When a shared library is picked up from the host system via pkg-config that is located at a non-standard location, binaries linked against this library by a standard linker either need LD_LIBRARY_PATH set appropriately, or -rpath set at link time. However, not all custom installations set -rpath in the link flags in their pkg-config file. Therefore, in order to get working binaries (and not have to set custom paths in tests), add a -rpath for every -L option found in the ldflags provided by pkg-config. | |||
2023-08-21 | rules: Add documentation for the implict dependencies | Klaus Aehlig | |
2023-04-18 | rules: Support creating compile/link flags from pkg-config | Oliver Reiche | |