mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
Merge pull request #71959 from marsam/fix-libglvnd-darwin
libglvnd: fix build on darwin
This commit is contained in:
commit
3b43c08dc5
|
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
|||
--replace "-Wl,-Bsymbolic " ""
|
||||
substituteInPlace src/EGL/Makefile.am \
|
||||
--replace "-Wl,-Bsymbolic " ""
|
||||
substituteInPlace src/GLdispatch/Makefile.am \
|
||||
--replace "-Xlinker --version-script=$(VERSION_SCRIPT)" "-Xlinker"
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = [
|
||||
|
|
Loading…
Reference in a new issue