+13
-6
pkgs/build-support/cc-wrapper/default.nix
+13
-6
pkgs/build-support/cc-wrapper/default.nix
···cc_solib = getLib cc + optionalString (targetPlatform != hostPlatform) "/${targetPlatform.config}";+cc_bin = getBin cc + optionalString (targetPlatform != hostPlatform) "/${targetPlatform.config}";···