Skip to content

Commit

Permalink
Merge pull request #53028 from Ericson2314/old-gcc-fix
Browse files Browse the repository at this point in the history
gcc-4.8: fixup cross compilation after merging #15867 for 18.09
  • Loading branch information
matthewbauer authored Jan 4, 2019
2 parents 50debdf + e2279f8 commit cadb6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/gcc/4.8/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ stdenv.mkDerivation ({
EXTRA_TARGET_FLAGS = optionals
(targetPlatform != hostPlatform && libcCross != null)
([
"-idirafter ${libcCross.dev}/include"
"-idirafter ${getDev libcCross}/include"
] ++ optionals (! crossStageStatic) [
"-B${libcCross.out}/lib"
]);
Expand Down

0 comments on commit cadb6ca

Please sign in to comment.