mps no longer has a NIX_CFLAGS_COMPILE
This commit is contained in:
parent
da2fbf5f6c
commit
e405ca60c0
1 changed files with 1 additions and 2 deletions
|
|
@ -6,8 +6,7 @@ inputs:
|
|||
# Need to do this to patch dwarf information. For some reason,
|
||||
# stdenv copies the source into /build/source, and then builds
|
||||
# from there, leaving all the dwarf information hanging.
|
||||
env.NIX_CFLAGS_COMPILE =
|
||||
old.env.NIX_CFLAGS_COMPILE + " " + "-fdebug-prefix-map=/build/source=${old.src}";
|
||||
env.NIX_CFLAGS_COMPILE = "-fdebug-prefix-map=/build/source=${old.src}";
|
||||
dontStrip = true;
|
||||
});
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue