···61 # --whole-archive linker flag is required to be sure that linker
62 # correctly chooses strong version of symbol regardless of order of
63 # object files at command line.
64- + stdenv.lib.optionalString stdenv.targetPlatform.isStatic ''
65 export LDFLAGS=-Wl,--whole-archive
66 '';
67 meta = {
···61 # --whole-archive linker flag is required to be sure that linker
62 # correctly chooses strong version of symbol regardless of order of
63 # object files at command line.
64+ + lib.optionalString stdenv.targetPlatform.isStatic ''
65 export LDFLAGS=-Wl,--whole-archive
66 '';
67 meta = {