Skip to content

all: support building without the linker shim

Ridley Combs requested to merge rcombs/gcompat:no-linker into current

This is only required when building for install in a distro; when building a library to be linked against by portable executables, it's not needed, and can cause problems with readlink() when the configured path doesn't exist.

Merge request reports